3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/compilers/chicken/4
sternenseemann 6f2fbf5f0b treewide: add missing lib inputs
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:

    find "$NIXPKGS" -name '*.nix' \
      -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
      -and ! -path '$NIXPKGS/.git/**' \
      -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
..
fetchegg treewide: stdenvNoCC.lib -> lib 2021-01-27 13:01:51 +07:00
0001-Introduce-CHICKEN_REPOSITORY_EXTRA.patch
chicken.nix
default.nix
egg2nix.nix treewide: add missing lib inputs 2021-03-03 13:40:45 +01:00
eggDerivation.nix treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
eggs.nix treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
eggs.scm
overrides.nix
setup-hook.sh