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

Commits on Mar 20, 2019

  1. auto-patchelf: don't use grep -q, as it causes Broken pipe (#56958)

    This rare sitation was caught when building zoom-us package:
    ```
    automatically fixing dependencies for ELF files
    /nix/store/71d65fplq44y9yn2fvkpn2d3hrszracd-auto-patchelf-hook/nix-support/setup-hook: line 213: echo: write error: Broken pipe
    /nix/store/71d65fplq44y9yn2fvkpn2d3hrszracd-auto-patchelf-hook/nix-support/setup-hook: line 210: echo: write error: Broken pipe
    ```
    
    The worst is that derivation continued and resulted into broken package:
    #55566 (comment)
    
    I hope, replacing `grep -q` with `grep` will remove this race condition.
    danbst committed Mar 20, 2019
    Copy the full SHA
    de0612c View commit details
    Browse the repository at this point in the history