{ fetchpatch2, fetchurl, lib }: let fetchpatch' = { saneCommit ? null, nixpkgsCommit ? null, prUrl ? null, hash ? null, title ? null, revert ? false, }: let url = if prUrl != null then # prUrl takes precedence over any specific commit "${prUrl}.diff" else if saneCommit != null then "https://git.uninsane.org/colin/nixpkgs/commit/${saneCommit}.diff" else "https://github.com/NixOS/nixpkgs/commit/${nixpkgsCommit}.patch" ; in fetchpatch2 ( { inherit revert url; } // (if hash != null then { inherit hash; } else {}) // (if title != null then { name = title; } else {}) ); in [ # (fetchpatch' { # title = "pantheon.switchboard-plug-sound: support cross compilation"; # saneCommit = "86f85de8d008710a11b7b3653ec594438374059e"; # hash = "sha256-fGuS46f9qSMRHvWZvTmcirKufIqlXHwwhckeK1RNejE="; # }) (fetchpatch' { title = "unl0kr: 2.0.0 -> 3.2.0"; prUrl = "https://github.com/NixOS/nixpkgs/pull/319126"; hash = "sha256-IfGayn+othMzp5Mc+0klBvUmykFwq95OKIJDvWL96d0="; }) (fetchpatch' { title = "sysvol: init at 0-unstable-2024-06-07"; prUrl = "https://github.com/NixOS/nixpkgs/pull/318440"; hash = "sha256-OX1OP2m9LJYjVcryhpt520XJmdK1XS0KKaEBzMjdpNo="; }) (fetchpatch' { title = "nixos/networkmanager: split ModemManager bits into own module"; prUrl = "https://github.com/NixOS/nixpkgs/pull/316824"; hash = "sha256-u0hd2VfEcqkhs4xgv1gF6sXqnVJYVRgmSKBrmYUw29c="; # saneCommit = "23bfba9b76757ffc00fc2be810009dcf92e2eaf2"; # hash = "sha256-cn6ihwO3MyzdpVoJoQNKAHyo8GuGvFP6vr//7r9pzjE="; }) (fetchpatch' { title = "trust-dns: rebrand as hickory-dns"; prUrl = "https://github.com/NixOS/nixpkgs/pull/316466"; hash = "sha256-LJr+z7pgEXnPGqgsWLgMGmCJii1rh6nfIeEMHat4Xg4="; }) (fetchpatch' { title = "passt: support cross compilation"; saneCommit = "3ef36d3aa139f94e8716b0721856c5808937c9f2"; hash = "sha256-hAaFHlJdx1GjQIJG5zxTBHm+CbmR/zlKUB9eyxPQbOg="; }) # branch: wip-ffado-cross (fetchpatch' { # TODO: send out for review (after jtojnar's stuff is merged) # - title = "ffado: support cross compilation"; saneCommit = "001fe13a735cb9c6fad80525531e863f949e1495"; hash = "sha256-rVsFR8vRTHqFJgDQFHI/E0LtllqKr79FyR92HPeLUb8="; }) (fetchpatch' { # see: title = "nixos/lemmy: fix nginx backend to proxy needed headers"; prUrl = "https://github.com/NixOS/nixpkgs/pull/306984"; saneCommit = "bd87a38b86f889a6902a356ab415eeead881766b"; hash = "sha256-53X4ssdp02C8NOUL5mlbhR7qwE9/KWp6iLmz1ljJopE="; }) (fetchpatch' { title = "libgweather: enable introspection on cross builds"; prUrl = "https://github.com/NixOS/nixpkgs/pull/251956"; hash = "sha256-IW+0u5lytIPU3xhgGtYgexXUrS2VFXAV6GC50jJS5ak="; }) # (fetchpatch' { # # 2024/06/08: still outstanding # title = "hspell: remove build perl from runtime closure"; # prUrl = "https://github.com/NixOS/nixpkgs/pull/263182"; # hash = "sha256-Wau+PB+EUQDvWX8Kycw1sNrM3GkPVjKSS4niIDI0sjM="; # }) # (fetchpatch' { # title = "gthumb: make the webservices feature be optional"; # prUrl = "https://github.com/NixOS/nixpkgs/pull/240602"; # saneCommit = "e83130f2770c314b2a482e1792b010da66cdd5de"; # hash = "sha256-GlYWpOVZvr0oFAs4RdSUf7LJD3FmGsCaTm32GPhbBfc="; # }) # (fetchpatch' { # # TODO: send for review once hspell fix is merged # # this patch works as-is, but hspell keeps a ref to build perl and thereby pollutes this closure as well. # title = "gtkspell2: support cross compilation"; # saneCommit = "56348833b4411e9fe2016c24c7fc4af1e3c1d28a"; # hash = "sha256-RUw88u7CI2C1IpRUhGbdYamHsPT1jBV0ROyVvzLWdv8="; # }) # (fetchpatch' { # # TODO: send for review (it should be unblocked as of 2024/05/08) # title = "pidgin: support cross compilation"; # saneCommit = "caacbcc54e217f5ee9281422777a7f712765f71a"; # hash = "sha256-UyZaNNp84zKShuo6zu0nfZ2FygHGcmV63Ww4Y4CtCF0="; # }) # (fetchpatch' { # title = "trust-dns: 0.23.0 -> 0.24.0"; # prUrl = "https://github.com/NixOS/nixpkgs/pull/262466"; # hash = "sha256-s8ra/tbD/xAfU3HI3wv+aQ0dip1kKQcVrJvLG6DNctY="; # }) # (fetchpatch' { # title = "trust-dns: rebrand as hickory-dns"; # prUrl = "https://github.com/NixOS/nixpkgs/pull/262268"; # hash = "sha256-TxQiR+OS4YriLNViTg4H78Z3f3IjBVodiFAkOUCeNic="; # }) # (fetchpatch' { # title = "rpm: 4.18.1 -> 4.19.0"; # prUrl = "https://github.com/NixOS/nixpkgs/pull/260558"; # hash = "sha256-kwod+6SbUZechzbmu1D4Hlh6pYiPD18wcqetk0OIOrA="; # }) # (fetchpatch' { # # XXX: doesn't cleanly apply; fetch `firefox-pmos-mobile` branch from my git instead # title = "firefox-pmos-mobile: init at -pmos-2.2.0"; # prUrl = "https://github.com/NixOS/nixpkgs/pull/121356"; # hash = "sha256-eDsR1cJC/IMmhJl5wERpTB1VGawcnMw/gck9sI64GtQ="; # }) # (fetchpatch' { # title = "firefox-pmos-mobile: init at 4.0.2"; # saneCommit = "c3becd7cdf144d85d12e2e76663e9549a0536efd"; # hash = "sha256-fQdKm5kIFzheEUgSkwxrivynJk221suigWJ/WxZJ0Zk="; # }) # (fetchpatch' { # saneCommit = "70c12451b783d6310ab90229728d63e8a903c8cb"; # title = "firefox-pmos-mobile: init at -pmos-2.2.0"; # hash = "sha256-mA22g3ZIERVctq8Uk5nuEsS1JprxA+3DvukJMDTOyso="; # }) # (fetchpatch' { # saneCommit = "ee19a28aa188bb87df836a4edc7b73355b8766eb"; # title = "firefox-pmos-mobile: format the generated policies.nix file"; # hash = "sha256-K8b3QpyVEjajilB5w4F1UHGDRGlmN7i66lP7SwLZpWI="; # }) # (fetchpatch' { # saneCommit = "c068439c701c160ba15b6ed5abe9cf09b159d584"; # title = "firefox-pmos-mobile: implement an updateScript"; # hash = "sha256-afiGDHbZIVR3kJuWABox2dakyiRb/8EgDr39esqwcEk="; # }) # (fetchpatch' { # saneCommit = "865c9849a9f7bd048e066c2efd8068ecddd48e33"; # title = "firefox-pmos-mobile: 2.2.0 -> 4.0.2"; # hash = "sha256-WjWSW0qE+cypvUkDRfK7d9Te8m5zQXwF33z8nEhbvrE="; # }) # (fetchpatch' { # saneCommit = "eb6aae632c55ce7b0a76bca549c09da5e1f7761b"; # title = "firefox-pmos-mobile: refactor and populate `passthru` to aid external consumers"; # hash = "sha256-/LhbwXjC8vuKzIuGQ3/FGplbLllsz57nR5y+PeDjGuA="; # }) # (fetchpatch' { # saneCommit = "c9b90ef1e17ea21ac779a86994e5d9079a2057b9"; # title = "librewolf-pmos-mobile: init"; # hash = "sha256-oQEM3EZfAOmfZzDu9faCqyOFZsdHYGn1mVBgkxt68Zg="; # }) # (fetchpatch' { # title = "gnustep: remove `rec` to support `overrideScope`"; # saneCommit = "69162cbf727264e50fc9d7222a03789d12644705"; # hash = "sha256-rD0es4uUbaLMrI9ZB2HzPmRLyu/ixNBLAFyDJtFHNko="; # }) # (fetchpatch' { # # 2023/11/14: deps don't cross compile (e.g. pipewire; qtsvg) # title = "clapper: support cross compilation"; # saneCommit = "8a171b49aca406f8220f016e56964b3fae53a3df"; # hash = "sha256-R11IYatGhSXxZnJxJid519Oc9Kh56D9NT2/cxf2CLuM="; # }) # these probably work, but i don't use them # (fetchpatch' { # title = "networkmanager-openvpn: support cross compilation"; # saneCommit = "6f53c267fbeb2ff543f075032a7e73af2d4bcb9e"; # hash = "sha256-gq9AyKH7/k2ZVSZ3jpPJPt3uAM+CllXQnaiC1tE1r/8="; # }) # (fetchpatch' { # title = "WIP: networkmanager-sstp: support cross compilation"; # saneCommit = "6de63fe320406ec9a509db721c52b3894a93bda2"; # hash = "sha256-EY3bQuv/80JbpquUJhc89CcYAgN9A9KkpsSitw/684I="; # }) # (fetchpatch' { # title = "WIP: networkmanager-l2tp: support cross compilation"; # saneCommit = "7a4191c570b0e5a1ab257222c26a4a2ecb945037"; # hash = "sha256-FiPJhHGqZ8MFwLY+1t6HgbK6ndomFSYUKvApvrikRHE="; # }) ]