mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
don't let gzip depend on gzip
svn path=/nixpkgs/trunk/; revision=1576
This commit is contained in:
parent
e4cd323c2f
commit
e493d6ff07
5 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
. $stdenv/setup
|
. $stdenv/setup
|
||||||
|
|
||||||
tar zxvf $src
|
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cp -a gzip-1.3.3/* $out
|
cp -a $src1 $out
|
||||||
|
cp -a $src2 $out
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gzip-static-1.3.3";
|
name = "gzip-static-1.3.3";
|
||||||
builder = ./builder.sh;
|
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…
Add table
Add a link
Reference in a new issue