svn path=/nixpkgs/trunk/; revision=10049

This commit is contained in:
Eelco Dolstra 2008-01-02 15:03:17 +00:00
parent a677869546
commit 1a93b968ea

View file

@ -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 {