nixpkgs/pkgs/stdenv/generic
Matthew Bauer cd91d1ad9f setup.sh: add HOST_PATH
HOST_PATH contains the path of the host package. This will include the
packages listed in buildInputs & depsHostHost. Use this to find
runtime commands that the host needs.

For instance to find the runtime version of perl,

$ PATH="$HOST_PATH" command -v perl
/nix/store/...-perl-5.28.0-aarch64-unknown-linux-android/bin/perl

This path should not be executed directly (it will break for cross
compilation). Only use it to find the location of executables that
will be run by your host system. Your build tools will, as always, be
available on the default PATH.
2018-07-22 23:14:49 -04:00
..
builder.sh stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs 2017-08-18 12:02:13 -04:00
check-meta.nix check-meta.nix: specify meta.timeout 2018-04-27 00:25:37 +02:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix stdenv: Avoid targetPlatform.isDarwin causing a mass rebuild 2018-05-23 10:06:08 -04:00
make-derivation.nix make-derivation: Don't add host-suffix to fixed-output derivations names 2018-07-09 11:07:10 -04:00
setup.sh setup.sh: add HOST_PATH 2018-07-22 23:14:49 -04:00