make nix overridable

svn path=/nixpkgs/trunk/; revision=18380
This commit is contained in:
Rob Vermaas 2009-11-17 12:30:17 +00:00
parent 01e98e49b1
commit b82da9824b

View File

@ -8492,7 +8492,7 @@ let
inherit fetchurl stdenv unzip; inherit fetchurl stdenv unzip;
}; };
nix = import ../tools/package-management/nix { nix = makeOverridable (import ../tools/package-management/nix) {
inherit fetchurl stdenv perl curl bzip2 openssl; inherit fetchurl stdenv perl curl bzip2 openssl;
aterm = aterm242fixes; aterm = aterm242fixes;
db4 = db45; db4 = db45;