forked from mirrors/nixpkgs
de13527000
though. * libxml2: upgrade to latest. * octavefront/rna: keep debug info. svn path=/nixpkgs/trunk/; revision=830
15 lines
165 B
Bash
Executable file
15 lines
165 B
Bash
Executable file
#! /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
|