also add gzip. Hmmm, does this add a circular dependency?
svn path=/nixpkgs/trunk/; revision=1552
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
. $stdenv/setup
|
||||||
|
|
||||||
|
tar zxvf $src
|
||||||
|
mkdir $out
|
||||||
|
cp -a gzip-1.3.3/* $out
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{stdenv}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "gzip-static-1.3.3";
|
||||||
|
builder = ./builder.sh;
|
||||||
|
src = ./gzip-1.3.3-static.tar.gz;
|
||||||
|
}
|
||||||
Binary file not shown.
Reference in New Issue
Block a user