chickenPackages: dontRecurseIntoAttrs
This commit is contained in:
@@ -14363,9 +14363,9 @@ with pkgs;
|
||||
|
||||
chickenPackages_4 = callPackage ../development/compilers/chicken/4 { };
|
||||
chickenPackages_5 = callPackage ../development/compilers/chicken/5 { };
|
||||
chickenPackages = chickenPackages_5;
|
||||
chickenPackages = dontRecurseIntoAttrs chickenPackages_5;
|
||||
|
||||
inherit (chickenPackages)
|
||||
inherit (chickenPackages_5)
|
||||
fetchegg
|
||||
eggDerivation
|
||||
chicken
|
||||
|
||||
Reference in New Issue
Block a user