nixpkgs-bootstrap: link to libcamera patch, merged into staging-next

This commit is contained in:
2024-12-01 06:05:18 +00:00
parent 983e2043bc
commit ce7f2ee2d6

View File

@@ -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";