From 6d0cb9dd0b2a030d05cdad96528fc6dc4818ac52 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 6 May 2026 11:54:33 +0200 Subject: [PATCH] pipewire: backport musl fix Fixes: d8bcd4850391 ("fortify-headers: 1.1 -> 3.0.1") --- pkgs/by-name/pi/pipewire/package.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/by-name/pi/pipewire/package.nix b/pkgs/by-name/pi/pipewire/package.nix index 0bfd934ecb21..341ed8ed0d14 100644 --- a/pkgs/by-name/pi/pipewire/package.nix +++ b/pkgs/by-name/pi/pipewire/package.nix @@ -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;