mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
fix a thinko
svn path=/nixpkgs/trunk/; revision=1581
This commit is contained in:
parent
a0909d11c6
commit
b5aa91eee1
@ -1,5 +1,4 @@
|
||||
. $stdenv/setup
|
||||
|
||||
mkdir $out
|
||||
cp -a gzip $out/bin
|
||||
cp -a gunzip $out/bin
|
||||
cp -a bin/* $out
|
||||
|
@ -3,4 +3,5 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "gzip-static-1.3.3";
|
||||
builder = ./builder.sh;
|
||||
src = ./bin;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user