* Nix updated to 0.8.
svn path=/nixpkgs/trunk/; revision=2547
This commit is contained in:
parent
71ea4dbb8c
commit
23c1cac94d
@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
|
|||||||
# assert aterm.version >= 2.0
|
# assert aterm.version >= 2.0
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "nix-0.7";
|
name = "nix-0.8";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://catamaran.labs.cs.uu.nl/dist/nix/nix-0.7/nix-0.7.tar.gz;
|
url = http://catamaran.labs.cs.uu.nl/dist/nix/nix-0.7/nix-0.8.tar.gz;
|
||||||
md5 = "36ca1e13ddd45745e2a5975f8a0209ff";
|
md5 = "ec09cf46cfe6467d899b07cf47fc85b6";
|
||||||
};
|
};
|
||||||
buildInputs = [aterm bdb perl curl];
|
buildInputs = [aterm bdb perl curl];
|
||||||
inherit storeDir stateDir aterm bdb;
|
inherit storeDir stateDir aterm bdb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user