about summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-07-20 22:47:14 +0300
committerArtturin <Artturin@artturin.com>2022-07-20 22:47:14 +0300
commit41877098f3ac00295a2a9d5e5846201b969a689b (patch)
treec89e610ec60c668d05cfd8f1a4b9b81814610406 /pkgs/test/default.nix
parentb9da0d3852fc0069cb555f8679901ba075ee3f90 (diff)
fetchpatch2: init
allows us to use the new features of patchutils without having to reset
all fetchpatch hashes in nixpkgs

https://github.com/NixOS/nixpkgs/issues/32084
Diffstat (limited to 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 82975efb59172..ae98bac4f5f1a 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -31,6 +31,7 @@ with pkgs;
 
   fetchurl = callPackages ../build-support/fetchurl/tests.nix { };
   fetchpatch = callPackages ../build-support/fetchpatch/tests.nix { };
+  fetchpatch2 = callPackages ../build-support/fetchpatch/tests.nix { fetchpatch = fetchpatch2; };
   fetchzip = callPackages ../build-support/fetchzip/tests.nix { };
   fetchgit = callPackages ../build-support/fetchgit/tests.nix { };
   fetchFirefoxAddon = callPackages ../build-support/fetchfirefoxaddon/tests.nix { };