diff --git a/pkgs/by-name/nixpkgs-bootstrap/patches.nix b/pkgs/by-name/nixpkgs-bootstrap/patches.nix index 6372da071..85e1440e8 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/patches.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/patches.nix @@ -36,12 +36,6 @@ in hash = "sha256-2yAXtbLOm5dOmLrLKOYwzw7drSz44akyAy9aDyKXsUI="; }) - (fetchpatch' { - name = "conky: 1.19.6 -> 1.22.1, fix cross and docs, and modernize"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/400497"; - hash = "sha256-GWUDFtaz6LuMtIahrry8VMzQJArb9h0me5exDjkmxx8="; - }) - (fetchpatch' { # XXX(2025-05-17): merged into staging name = "libmanette: fix cross compilation"; @@ -50,13 +44,7 @@ in }) (fetchpatch' { - # XXX(2025-05-17): merged into master - name = "gnome-keyring: fix cross compilation"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/407664"; - hash = "sha256-mlzlu3S9UuKCqQ+50ycC00FMp587pN5iiWc4OY0VrLE="; - }) - - (fetchpatch' { + # XXX(2025-06-07): merged into master name = "xarchiver: build with strictDeps=true"; prUrl = "https://github.com/NixOS/nixpkgs/pull/406599"; hash = "sha256-CdNriljvuHFDCRiTu5P5BjCsyPT4gc1KzMYpisEhGcU=";