pipewire: backport musl fix (#517248)

This commit is contained in:
K900
2026-05-06 10:55:40 +00:00
committed by GitHub
+7
View File
@@ -4,6 +4,7 @@
testers,
buildPackages,
fetchFromGitLab,
fetchpatch,
python3,
meson,
ninja,
@@ -113,6 +114,12 @@ stdenv.mkDerivation (finalAttrs: {
./0060-libjack-path.patch
# Move installed tests into their own output.
./0070-installed-tests-path.patch
(fetchpatch {
name = "musl.patch";
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/49ce385c44f4c2882ef0aeac0312e6ae9bc85f8a.patch";
hash = "sha256-u8DLe6smodalVn3GwhI9RaDZTw4qZs8+Ylg9lxunMF0=";
})
];
strictDeps = true;