| 2 Mar 2026 |
K900 | It would log that | 19:48:00 |
K900 | It's not even trying | 19:48:04 |
K900 | Because it can't load the component that is required for that | 19:48:12 |
Yureka (she/her) | I completely reproduced this (without reboot) with master + pipewire update cherry-picked | 20:21:03 |
Yureka (she/her) | https://github.com/yuyuyureka/nixpkgs/commits/cherry-pick-pw | 20:21:48 |
K900 | Oh no | 20:22:26 |
Yureka (she/her) | so it's definitely pipewire | 20:22:41 |
Yureka (she/her) | maybe something about spa plugin loading changed? | 20:25:03 |
K900 | Possible | 20:25:07 |
K900 | I will look tomorrow | 20:25:10 |
Yureka (she/her) | [yuka@m1:~]$ ldd /nix/store/8gbkw4szkl9nal7l1dgcia8iijy8rgnl-pipewire-1.4.10/lib/spa-0.2/alsa/libspa-alsa.so | grep udev
libudev.so.1 => /nix/store/m8l7z00nzzza78hsmva18q60yq11rc3c-systemd-minimal-libs-259/lib/libudev.so.1 (0x00007ffecef10000)
[yuka@m1:~]$ ldd /nix/store/kddrw8bfx32kiq4gpq7y35ya1mm595rn-pipewire-1.6.0/lib/spa-0.2/alsa/libspa-alsa.so | grep udev
[yuka@m1:~]$
| 20:34:32 |
| ~dopamine~ joined the room. | 20:38:21 |
Yureka (she/her) | testing this diff now:
diff --git a/pkgs/by-name/pi/pipewire/package.nix b/pkgs/by-name/pi/pipewire/package.nix
index 1d026523ad98..dbb5a24cfe34 100644
--- a/pkgs/by-name/pi/pipewire/package.nix
+++ b/pkgs/by-name/pi/pipewire/package.nix
@@ -225,7 +225,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonEnable "pipewire-v4l2" stdenv.hostPlatform.isLinux)
(lib.mesonEnable "libsystemd" enableSystemd)
(lib.mesonEnable "systemd-system-service" enableSystemd)
- (lib.mesonEnable "udev" (!enableSystemd && stdenv.hostPlatform.isLinux))
- (lib.mesonEnable "udev" stdenv.hostPlatform.isLinux)
(lib.mesonEnable "ffmpeg" true)
(lib.mesonEnable "pw-cat-ffmpeg" true)
(lib.mesonEnable "bluez5" bluezSupport)
| 20:39:58 |
Yureka (she/her) | Redacted or Malformed Event | 20:40:06 |
K900 | Oh no | 20:51:49 |
Yureka (she/her) | https://github.com/NixOS/nixpkgs/pull/495959 | 21:05:04 |
Yureka (she/her) | (it worked) | 21:05:09 |
K900 | Sus | 21:11:51 |
K900 | I'll look tomorrow | 21:11:54 |
K900 | I want to see the upstream change that did tgisn | 21:12:02 |
K900 | * I want to see the upstream change that did this | 21:12:08 |
Yureka (she/her) | I think it's purely a nixpkgs thing? | 21:12:17 |
Yureka (she/her) | ah, no | 21:12:40 |
Yureka (she/her) | it was already being set to disabled | 21:12:51 |
Yureka (she/her) | you're right, this is an upstream thing | 21:12:59 |
Yureka (she/her) | yeah no hurry | 21:13:11 |
| 3 Mar 2026 |
| @rosssmyth:matrix.org changed their display name from rosssmyth to treefroog. | 00:39:58 |
| @rosssmyth:matrix.org removed their display name treefroog. | 00:42:19 |
K900 | OK so I have no fucking clue | 06:31:01 |
K900 | What even happened there | 06:31:01 |