svn path=/nixpkgs/trunk/; revision=10049
This commit is contained in:
parent
a677869546
commit
1a93b968ea
|
@ -4924,11 +4924,15 @@ 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…
Reference in New Issue