add another package for bootstrapping. Only bzip2 and gzip are still missing...
svn path=/nixpkgs/trunk/; revision=1548
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
. $stdenv/setup
|
||||||
|
|
||||||
|
tar zxvf $src
|
||||||
|
mkdir $out
|
||||||
|
cp -a bash-2.05b/* $out
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{stdenv}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "bash-static-2.05b";
|
||||||
|
builder = ./builder.sh;
|
||||||
|
src = ./bash-2.05b-static.tar.gz;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user