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: 69b6db0ec5d8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6877b4c13e30
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 11, 2018

  1. Copy the full SHA
    c64d76d View commit details
    Browse the repository at this point in the history
  2. stdenv: Define HOST_PATH more loosely when strictDeps isn't set

    This ensures this change is safe last minute for 18.09. Master won't
    have this.
    Ericson2314 committed Sep 11, 2018
    Copy the full SHA
    c72c865 View commit details
    Browse the repository at this point in the history
  3. patch-shebangs: respect cross compilation

    This hopefully makes patchShebangs respect cross compilation. It
    introduces the concept of the HOST_PATH. Nothing is ever executed on
    it but instead used as a way to get the proper path using ‘command
    -v’. Needs more testing.
    
    /cc @Ericson2314 @dtzWill
    
    Fixes #33956
    Fixes #21138
    
    (Modified backport of f069423. See
    previous commit to understand the differences between this and the
    original.)
    matthewbauer authored and Ericson2314 committed Sep 11, 2018
    Copy the full SHA
    e9b6300 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46108 from obsidiansystems/cross-patch-shebangs

    patch-shebangs: respect cross compilation for 18.09
    Ericson2314 committed Sep 11, 2018
    Copy the full SHA
    6877b4c View commit details
    Browse the repository at this point in the history