Files
nixpkgs/pkgs
Danylo Hlynskyi de0612c46c 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:
https://github.com/NixOS/nixpkgs/pull/55566#issuecomment-470065690

I hope, replacing `grep -q` with `grep` will remove this race condition.
2019-03-20 14:57:59 +02:00
..
2019-03-20 13:33:24 +01:00
2019-03-18 19:10:56 +01:00
2019-03-18 20:04:42 +01:00
2019-03-19 08:56:06 -04:00
2019-03-10 17:46:59 -07:00
2019-03-14 14:01:20 +00:00