about summary refs log tree commit diff
path: root/pkgs/tools/text/gnugrep/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/gnugrep/builder.sh')
-rwxr-xr-xpkgs/tools/text/gnugrep/builder.sh13
1 files changed, 1 insertions, 12 deletions
diff --git a/pkgs/tools/text/gnugrep/builder.sh b/pkgs/tools/text/gnugrep/builder.sh
index cb2c91a6b078a..a73f5a6d5b8dc 100755
--- a/pkgs/tools/text/gnugrep/builder.sh
+++ b/pkgs/tools/text/gnugrep/builder.sh
@@ -1,14 +1,3 @@
 #! /bin/sh -e
-
-set -x
-export NIX_DEBUG=1
-buildinputs="$pcre"
 . $stdenv/setup
-
-echo $NIX_LDFLAGS
-
-tar xvfj $src
-cd grep-*
-./configure --prefix=$out
-make
-make install
+genericBuild