Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5d3f5bb61e79
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cd91d1ad9f10
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 23, 2018

  1. 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.
    matthewbauer committed Jul 23, 2018
    1 Configuration menu
    Copy the full SHA
    cd91d1a View commit details
    Browse the repository at this point in the history