summary refs log tree commit diff
path: root/pkgs/tools/text/patchutils/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/patchutils/generic.nix')
-rw-r--r--pkgs/tools/text/patchutils/generic.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/text/patchutils/generic.nix b/pkgs/tools/text/patchutils/generic.nix
index 87d925e333f..9d7ac4b53f0 100644
--- a/pkgs/tools/text/patchutils/generic.nix
+++ b/pkgs/tools/text/patchutils/generic.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl
+{ stdenv, fetchurl, perl
 , version, sha256, patches ? []
 , ...
 }:
@@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
     inherit sha256;
   };
 
+  buildInputs = [ perl ];
   hardeningDisable = [ "format" ];
 
   doCheck = false; # fails