Merge pull request #114290 from sternenseemann/missing-libs
treewide: add missing lib inputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user