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: ca7391daf235
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6960a96a0c7f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 8, 2018

  1. jbake: fix sandbox build (#46363)

    See https://hydra.nixos.org/build/80999410
    
    Without a sandbox the `checkPhase` breaks with the following error:
    
    ```
    /nix/store/i6vl5lwlz5jbkg4r6p340dwmj6fha3xq-stdenv-linux/setup: bin/jbake: /usr/bin/env: bad interpreter: No such file or directory
    jbake did not return correct version
    ```
    
    Running `patchShebangs` before fixes the issue.
    
    Addresses #45960
    Ma27 authored and xeji committed Sep 8, 2018
    Copy the full SHA
    6960a96 View commit details
    Browse the repository at this point in the history