pipewire: backport musl fix

Fixes: d8bcd48503 ("fortify-headers: 1.1 -> 3.0.1")
This commit is contained in:
Alyssa Ross
2026-05-06 11:54:33 +02:00
parent 15f4ee454b
commit 6d0cb9dd0b
+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;