diff --git a/pkgs/by-name/nixpkgs-bootstrap/patches.nix b/pkgs/by-name/nixpkgs-bootstrap/patches.nix index 4c9828eb6..75e321e63 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/patches.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/patches.nix @@ -39,6 +39,14 @@ in # hash = "sha256-4nzTHWmAiY9HMTu07rj0RdhlK7SWshXpkoqlKHg25do="; # }) + # merged into staging-next 2024-11-28; cherry picking causes mass rebuild. + # remove targeted patch in pipewire.nix once mainline + # (fetchpatch' { + # name = "libcamera: re-sign IPA modules after fixup"; + # prUrl = "https://github.com/NixOS/nixpkgs/pull/353336"; + # hash = "sha256-RzpQQ5452QSydPGHYRSo5r2OT08rLCz0X+g121SnlR4="; + # }) + (fetchpatch' { name = "gnome-maps: fix cross compilation"; prUrl = "https://github.com/NixOS/nixpkgs/pull/357238";