Merge pull request #114290 from sternenseemann/missing-libs

treewide: add missing lib inputs
This commit is contained in:
Bernardo Meurer
2021-03-03 18:51:33 +00:00
committed by GitHub
22 changed files with 52 additions and 39 deletions
@@ -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 @@
{ eggDerivation, fetchurl, chickenEggs }:
{ lib, eggDerivation, fetchurl, chickenEggs }:
# Note: This mostly reimplements the default.nix already contained in
# the tarball. Is there a nicer way than duplicating code?
@@ -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