3
0
Fork 0
forked from mirrors/nixpkgs

don't let gzip depend on gzip

svn path=/nixpkgs/trunk/; revision=1576
This commit is contained in:
Armijn Hemel 2004-10-19 11:34:08 +00:00
parent e4cd323c2f
commit e493d6ff07
5 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
. $stdenv/setup
tar zxvf $src
mkdir $out
cp -a gzip-1.3.3/* $out
cp -a $src1 $out
cp -a $src2 $out

View file

@ -3,5 +3,6 @@
stdenv.mkDerivation {
name = "gzip-static-1.3.3";
builder = ./builder.sh;
src = ./gzip-1.3.3-static.tar.gz;
src1 = ./gzip;
src2 = ./gunzip;
}

Binary file not shown.

Binary file not shown.