summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/gnugrep
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-08-30 08:27:43 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-08-30 08:27:43 +0200
commita70180ba73553e66d4f5555d2b4d232b4990718b (patch)
treefb58ba9b78a15a1cb5b988aa0e8248775a0cdbfb /pkgs/tools/text/gnugrep
parentfb59f27a4368b1436518f9f76c6e2e68f60b92a6 (diff)
mutiout: make it builtin
Diffstat (limited to 'pkgs/tools/text/gnugrep')
-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 e2a48085db96..d0c5b8dbd215 100644
--- a/pkgs/tools/text/gnugrep/default.nix
+++ b/pkgs/tools/text/gnugrep/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
#outputs = [ "out" "doc" ]; ToDo
- buildInputs = [ stdenv.hookLib.multiout pcre ]
+ buildInputs = [ pcre ]
++ stdenv.lib.optional (libiconv != null) libiconv;
patches = [ ./test-localeconv.patch ];