nixpkgs/pkgs
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
..
applications parity-ui: fix after merge 2018-07-22 11:51:50 +02:00
build-support Merge master into staging 2018-07-22 11:14:41 +02:00
common-updater
data Merge staging-next into master 2018-07-22 11:04:28 +02:00
desktops Merge master into staging 2018-07-22 11:14:41 +02:00
development Merge master into staging 2018-07-22 11:14:41 +02:00
games Merge staging-next into master 2018-07-22 11:04:28 +02:00
misc Merge master into staging-next 2018-07-21 19:43:53 +02:00
os-specific Merge master into staging 2018-07-22 11:14:41 +02:00
servers Merge master into staging 2018-07-22 11:14:41 +02:00
shells Merge pull request #43912 from r-ryantm/auto-update/powershell 2018-07-22 08:44:38 +02:00
stdenv setup.sh: add HOST_PATH 2018-07-22 23:14:49 -04:00
test tests: add some cross tests 2018-07-21 17:00:05 -04:00
tools Merge master into staging 2018-07-22 11:14:41 +02:00
top-level Merge master into staging 2018-07-22 11:14:41 +02:00