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: 2dda26c9d42b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a6877783f6d1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 31, 2018

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

Commits on Sep 5, 2018

  1. Merge pull request #43833 from matthewbauer/cross-patch-shebangs

    patch-shebangs: respect cross compilation
    matthewbauer committed Sep 5, 2018
    Copy the full SHA
    a687778 View commit details
    Browse the repository at this point in the history