don't let bash depend on tar and gzip
svn path=/nixpkgs/trunk/; revision=1578
This commit is contained in:
parent
9eeba2d479
commit
d133b324c0
BIN
pkgs/stdenv/nix-linux-static/bash-static/bash
Executable file
BIN
pkgs/stdenv/nix-linux-static/bash-static/bash
Executable file
Binary file not shown.
Binary file not shown.
@ -1,5 +1,4 @@
|
||||
. $stdenv/setup
|
||||
|
||||
tar zxvf $src
|
||||
mkdir $out
|
||||
cp -a bash-2.05b/* $out
|
||||
cp -a $src $out
|
||||
|
@ -3,5 +3,5 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "bash-static-2.05b";
|
||||
builder = ./builder.sh;
|
||||
src = ./bash-2.05b-static.tar.gz;
|
||||
src = ./bash;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user