chickenPackages_{4,5}: recurseIntoAttrs
This prevents further evaluation regression for chickenPackages if they are deprecated again. Since chickenPackages_4 and chickenPackages_5 are extremely tiny package set, the cost of building one additional set on hydra is probably fine.
This commit is contained in:
parent
b4ce3151b2
commit
3937980850
@ -1,4 +1,4 @@
|
||||
{ newScope } :
|
||||
{ lib, newScope } :
|
||||
let
|
||||
callPackage = newScope self;
|
||||
|
||||
@ -18,4 +18,4 @@ let
|
||||
egg2nix = callPackage ./egg2nix.nix { };
|
||||
};
|
||||
|
||||
in self
|
||||
in lib.recurseIntoAttrs self
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ newScope } :
|
||||
{ lib, newScope } :
|
||||
let
|
||||
callPackage = newScope self;
|
||||
|
||||
@ -18,4 +18,4 @@ let
|
||||
egg2nix = callPackage ./egg2nix.nix { };
|
||||
};
|
||||
|
||||
in self
|
||||
in lib.recurseIntoAttrs self
|
||||
|
Loading…
Reference in New Issue
Block a user