2004-03-05 11:13:23 +01:00
|
|
|
buildinputs="$zlib"
|
|
|
|
. $stdenv/setup
|
|
|
|
|
2004-03-11 18:26:14 +01:00
|
|
|
export NIX_STRIP_DEBUG=
|
|
|
|
export NIX_CFLAGS_COMPILE="-g $NIX_CFLAGS_COMPILE"
|
|
|
|
|
2004-03-05 11:13:23 +01:00
|
|
|
tar xvfz $src
|
|
|
|
cd rna-*
|
|
|
|
./configure --prefix=$out
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
strip -S $out/lib/*.a
|
|
|
|
|
2004-03-09 11:59:55 +01:00
|
|
|
mkdir $out/nix-support
|
|
|
|
echo "$zlib" > $out/nix-support/propagated-build-inputs
|