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:
sternenseemann 2021-02-26 11:38:08 +01:00
parent b4ce3151b2
commit 3937980850
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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