mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
chickenPackages: dontRecurseIntoAttrs
This commit is contained in:
parent
19502db2c3
commit
df8fa3cc47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user