diff options
| author | Matthew Bauer <matthew.bauer@obsidian.systems> | 2018-07-22 23:07:25 -0400 |
|---|---|---|
| committer | Matthew Bauer <matthew.bauer@obsidian.systems> | 2018-07-22 23:14:49 -0400 |
| commit | cd91d1ad9f108182b78ebfd6f72f0924fe843c09 (patch) | |
| tree | 68467b4328576bd83ce081740a8e53c2dd837d9a /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | 5d3f5bb61e792ae96c45ac5d2efb5f779ffe0401 (diff) | |
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.
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
