* Latest version.
svn path=/nixpkgs/trunk/; revision=5247
This commit is contained in:
parent
12f0f1ad20
commit
285756b5b0
@ -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.10pre5214";
|
name = "nix-0.10pre5245";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre5214/nix-0.10pre5214.tar.bz2;
|
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre5245/nix-0.10pre5245.tar.bz2;
|
||||||
md5 = "a6e9e551a5d45d5850e4b94f8c1c8f0a";
|
md5 = "12aa99b0ed20ebc3e37529bb01a60bc3";
|
||||||
};
|
};
|
||||||
buildInputs = [aterm bdb perl curl];
|
buildInputs = [aterm bdb perl curl];
|
||||||
#patches = [./nix-profile-0.9.2.patch];
|
#patches = [./nix-profile-0.9.2.patch];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user