forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=10049
This commit is contained in:
parent
a677869546
commit
1a93b968ea
|
@ -4924,11 +4924,15 @@ 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 a new issue