summary refs log tree commit diff
path: root/pkgs/development/libraries/boehm-gc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-01-11 20:12:56 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-01-11 20:12:56 +0100
commit414e66f2222561e61c8a098774e651bf2be530bf (patch)
tree53deb39590bae2fbbadb1413209d103cbc46c692 /pkgs/development/libraries/boehm-gc
parentac7f4c0478679cc6059bcf7f9bcefe2b5b604064 (diff)
downloadnixpkgs-414e66f2222561e61c8a098774e651bf2be530bf.tar
nixpkgs-414e66f2222561e61c8a098774e651bf2be530bf.tar.gz
nixpkgs-414e66f2222561e61c8a098774e651bf2be530bf.tar.bz2
nixpkgs-414e66f2222561e61c8a098774e651bf2be530bf.tar.lz
nixpkgs-414e66f2222561e61c8a098774e651bf2be530bf.tar.xz
nixpkgs-414e66f2222561e61c8a098774e651bf2be530bf.tar.zst
nixpkgs-414e66f2222561e61c8a098774e651bf2be530bf.zip
boehmgc: avoid mass rebuild due to the parent commit
Diffstat (limited to 'pkgs/development/libraries/boehm-gc')
-rw-r--r--pkgs/development/libraries/boehm-gc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/boehm-gc/default.nix b/pkgs/development/libraries/boehm-gc/default.nix
index 2c5dbdc5539..8e291854ad6 100644
--- a/pkgs/development/libraries/boehm-gc/default.nix
+++ b/pkgs/development/libraries/boehm-gc/default.nix
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
   '';
 
   patches = [ (fetchpatch {
+    name = "boehm-gc-7.6.0-sys_select.patch";
     url = "https://gitweb.gentoo.org/proj/musl.git/plain/dev-libs/boehm-gc/files/boehm-gc-7.6.0-sys_select.patch?id=85b6a600996bdd71162b357e9ba93d8559342432";
     sha256 = "1gydwlklvci30f5dpp5ccw2p2qpph5y41r55wx9idamjlq66fbb3";
   }) ] ++