1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

update to a newer unstable Nix

svn path=/nixpkgs/trunk/; revision=5578
This commit is contained in:
Armijn Hemel 2006-07-04 18:42:58 +00:00
parent 02b9ed18be
commit 6d5a7bd6df

View file

@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
# assert aterm.version >= 2.0
stdenv.mkDerivation {
name = "nix-0.10pre5245";
name = "nix-0.10pre5429";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre5245/nix-0.10pre5245.tar.bz2;
md5 = "12aa99b0ed20ebc3e37529bb01a60bc3";
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre5479/nix-0.10pre5479.tar.bz2;
md5 = "20055c95996a694235d09a47aefa24c1";
};
buildInputs = [aterm bdb perl curl];
#patches = [./nix-profile-0.9.2.patch];