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: 8cbf56058a6f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9c4b11e9a060
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 25, 2018

  1. Revert "patch-shebangs: respect cross compilation"

    This causes problems for packages built using a bootstrap stdenv,
    resulting in references to /bin/sh or even bootstrap-tools. The darwin
    stdenv is much stricter about what requisites/references are allowed but
    using /bin/sh on linux is also undesirable.
    
    eg. https://hydra.nixos.org/build/81754896
    
        $ nix-build -A xz
        $ head -n1 result-bin/bin/xzdiff
        #!/nix/store/yvc7kmw98kq547bnqn1afgyxm8mxdwhp-bootstrap-tools/bin/sh
    
    This reverts commit f069423.
    LnL7 committed Sep 25, 2018
    Copy the full SHA
    9c4b11e View commit details
    Browse the repository at this point in the history