about summary refs log tree commit diff
path: root/pkgs/tools/text/gnugrep/default.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-12 12:12:15 -0400
committerfigsoda <figsoda@pm.me>2023-07-12 12:12:15 -0400
commitd70e0242e9daf4ebb51c8020501dc23407e6236b (patch)
treed0b8663d585e61247312d541adc21233695aa319 /pkgs/tools/text/gnugrep/default.nix
parent9a1074ae6b2e76f8c1ae69a5c467f4097de85516 (diff)
pkgs/tools/text: remove dead code
with the help of deadnix & nil
Diffstat (limited to 'pkgs/tools/text/gnugrep/default.nix')
-rw-r--r--pkgs/tools/text/gnugrep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gnugrep/default.nix b/pkgs/tools/text/gnugrep/default.nix
index 1e339ee3e629f..7559ef890ad20 100644
--- a/pkgs/tools/text/gnugrep/default.nix
+++ b/pkgs/tools/text/gnugrep/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, glibcLocales, fetchurl, pcre2, libiconv, perl, autoreconfHook }:
+{ lib, stdenv, glibcLocales, fetchurl, pcre2, libiconv, perl }:
 
 # Note: this package is used for bootstrapping fetchurl, and thus
 # cannot use fetchpatch! All mutable patches (generated by GitHub or