* Reviving the bleeding edge.

svn path=/nixpkgs/trunk/; revision=10079
This commit is contained in:
Eelco Dolstra 2008-01-05 23:23:36 +00:00
parent 498d47b583
commit 43bb722ed9
2 changed files with 2 additions and 6 deletions

View File

@ -3,14 +3,14 @@
, stateDir ? "/nix/var"
}:
let version = "0.11pre9718"; in
let version = "0.12pre10069"; in
stdenv.mkDerivation {
name = "nix-${version}";
src = fetchurl {
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
md5 = "cae130dcc51a30eff34fc194e17891f2";
md5 = "bf05ebe9463f0453beae2c43f05ac13d";
};
buildInputs = [perl curl openssl];

View File

@ -4936,15 +4936,11 @@ rec {
};
# The bleeding edge.
/*
nixUnstable = import ../tools/package-management/nix/unstable.nix {
inherit fetchurl stdenv perl curl bzip2 openssl;
aterm = aterm242fixes;
db4 = db45;
};
*/
nixUnstable = nix;
nixCustomFun = src: preConfigure: configureFlags :
(import ../tools/package-management/nix/custom.nix {