we don't have nix-static. Bwah.

svn path=/nixpkgs/trunk/; revision=4448
This commit is contained in:
Armijn Hemel 2005-12-27 15:14:58 +00:00
parent 3ab0457893
commit 0c5b904257

View File

@ -1988,11 +1988,11 @@ rec {
x11Support = false; x11Support = false;
}; };
nixStatic = (import ../misc/nix-static) { #nixStatic = (import ../misc/nix-static) {
inherit fetchurl stdenv aterm perl; # inherit fetchurl stdenv aterm perl;
curl = bootCurl; /* !!! ugly */ # curl = bootCurl; /* !!! ugly */
bdb = db4; # bdb = db4;
}; #};
nix = (import ../misc/nix) { nix = (import ../misc/nix) {
inherit fetchurl stdenv aterm perl; inherit fetchurl stdenv aterm perl;