* Reviving the bleeding edge.
svn path=/nixpkgs/trunk/; revision=10079
This commit is contained in:
parent
498d47b583
commit
43bb722ed9
@ -3,14 +3,14 @@
|
|||||||
, stateDir ? "/nix/var"
|
, stateDir ? "/nix/var"
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "0.11pre9718"; in
|
let version = "0.12pre10069"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "nix-${version}";
|
name = "nix-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
|
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
|
||||||
md5 = "cae130dcc51a30eff34fc194e17891f2";
|
md5 = "bf05ebe9463f0453beae2c43f05ac13d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl curl openssl];
|
buildInputs = [perl curl openssl];
|
||||||
|
@ -4936,15 +4936,11 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# The bleeding edge.
|
# The bleeding edge.
|
||||||
/*
|
|
||||||
nixUnstable = import ../tools/package-management/nix/unstable.nix {
|
nixUnstable = import ../tools/package-management/nix/unstable.nix {
|
||||||
inherit fetchurl stdenv perl curl bzip2 openssl;
|
inherit fetchurl stdenv perl curl bzip2 openssl;
|
||||||
aterm = aterm242fixes;
|
aterm = aterm242fixes;
|
||||||
db4 = db45;
|
db4 = db45;
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
nixUnstable = nix;
|
|
||||||
|
|
||||||
nixCustomFun = src: preConfigure: configureFlags :
|
nixCustomFun = src: preConfigure: configureFlags :
|
||||||
(import ../tools/package-management/nix/custom.nix {
|
(import ../tools/package-management/nix/custom.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user