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
1 changed files with 4 additions and 0 deletions

View File

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