nixpkgs/pkgs/applications/science
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
..
astronomy siril: 0.99.6 -> 0.99.8.1 2021-02-25 10:46:05 -06:00
biology Merge master into staging-next 2021-02-26 10:25:13 +01:00
chemistry jmol: 14.31.18 -> 14.31.24 2021-02-26 21:10:01 -05:00
electronics librepcb: fix use of wrapQtApp (#114891) 2021-03-03 01:03:37 +01:00
geometry treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
logic treewide: add missing lib inputs 2021-03-03 13:40:45 +01:00
machine-learning treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
math R: 4.0.3 -> 4.0.4 2021-02-26 22:42:21 +00:00
medicine Merge master into staging-next 2021-02-21 06:16:32 +00:00
misc treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
molecular-dynamics mpi: use mpi attribute consistently as the default MPI implementations 2021-01-23 12:15:13 +01:00
physics sherpa: fix on darwin 2021-02-25 17:24:13 -05:00
programming treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
robotics mavproxy: 1.8.32 -> 1.8.34 2021-02-17 22:46:44 +00:00