forked from rarias/jungle
Fix infinite recursion evaluating lib
This commit is contained in:
parent
21002bca2a
commit
129dfb1998
@ -1,9 +1,11 @@
|
||||
final: /* Future last stage */
|
||||
prev: /* Previous stage */
|
||||
|
||||
with final.lib;
|
||||
|
||||
let
|
||||
|
||||
inherit (prev) lib;
|
||||
inherit (lib) collect filterAttrs isDerivation mapAttrs;
|
||||
|
||||
callPackage = final.callPackage;
|
||||
|
||||
mkStrict = drv: if (isDerivation drv && drv ? overrideAttrs && !(drv ? strictDeps))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user