summary refs log tree commit diff
path: root/pkgs/tools/text/gnugrep/builder.sh
blob: cb2c91a6b078a956e7c42146d1a26844ffdd89c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /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