don't let gzip depend on gzip
svn path=/nixpkgs/trunk/; revision=1576
This commit is contained in:
parent
e4cd323c2f
commit
e493d6ff07
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
BIN
pkgs/stdenv/nix-linux-static/gzip-static/gunzip
Executable file
BIN
pkgs/stdenv/nix-linux-static/gzip-static/gunzip
Executable file
Binary file not shown.
BIN
pkgs/stdenv/nix-linux-static/gzip-static/gzip
Executable file
BIN
pkgs/stdenv/nix-linux-static/gzip-static/gzip
Executable file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user