Pass chickenEggs as a parameter to egg2nix.

Those eggs are specific to egg2nix - it's unwise to make them public.
This commit is contained in:
Moritz Ulrich 2014-10-16 23:25:20 +02:00
parent 8d5fe133bd
commit 710765f9d9

View File

@ -2799,8 +2799,9 @@ let
bootstrap-chicken = chicken.override { bootstrap-chicken = null; };
};
chickenEggs = callPackage ../development/tools/egg2nix/chicken-eggs.nix { };
egg2nix = callPackage ../development/tools/egg2nix {};
egg2nix = callPackage ../development/tools/egg2nix {
chickenEggs = callPackage ../development/tools/egg2nix/chicken-eggs.nix { };
};
ccl = builderDefsPackage ../development/compilers/ccl {};