nixpkgs/pkgs/stdenv/generic
Jan Malakhovski 87651b32fe stdenv: steal checkInputs from buildPythonPackage
Note that a bunch of non-python packages use this attribute already.
Some of those are clearly unaware of the fact that this attribute does
not exists in stdenv because they define it but don't to add it to
their `bulidInputs` :)

Also note that I use `buildInputs` here and only handle regular
builds because python and haskell builders do it this way and I'm not
sure how to properly handle the cross-compilation case.
2018-04-26 20:22:51 +00:00
..
builder.sh stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs 2017-08-18 12:02:13 -04:00
check-meta.nix Merge pull request #38485 from obsidiansystems/nixos-nixpkgs-options 2018-04-19 14:59:58 -04:00
default-builder.sh
default.nix libgcrypt: Fix cross-compilation 2018-02-24 22:51:22 -05:00
make-derivation.nix stdenv: steal checkInputs from buildPythonPackage 2018-04-26 20:22:51 +00:00
setup.sh stdenv: implement checkTarget and installCheckTarget autodetection 2018-04-25 19:53:25 +00:00