mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* 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"
|
||||
}:
|
||||
|
||||
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];
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user