* Make Nix build again in Nixpkgs.

svn path=/nixpkgs/trunk/; revision=5558
This commit is contained in:
Eelco Dolstra 2006-07-02 19:04:26 +00:00
parent 5092df8999
commit 01597f845e

View File

@ -2492,8 +2492,9 @@ rec {
#};
nix = (import ../misc/nix) {
inherit fetchurl stdenv aterm perl curl;
inherit fetchurl aterm perl curl;
bdb = db4;
stdenv = overrideGCC stdenv gcc34;
};
nixUnstable = (import ../misc/nix-unstable) {