about summary refs log tree commit diff
path: root/pkgs/development/libraries/boehm-gc
diff options
context:
space:
mode:
authorDylan Simon2019-01-08 10:23:32 -0500
committerDylan Simon2019-01-08 10:23:32 -0500
commit69466ba96a5fbd78bff80b01582649400d4da488 (patch)
tree8a1eca20a40cd9ce964d3996481d54c3acfbe248 /pkgs/development/libraries/boehm-gc
parent1c10efc912c240901b186974b8ea4f48814c7b8b (diff)
boehm-gc: remove obsolete sys_select patch
Diffstat (limited to 'pkgs/development/libraries/boehm-gc')
-rw-r--r--pkgs/development/libraries/boehm-gc/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/libraries/boehm-gc/default.nix b/pkgs/development/libraries/boehm-gc/default.nix
index 5c57f21a2286..399581400a0c 100644
--- a/pkgs/development/libraries/boehm-gc/default.nix
+++ b/pkgs/development/libraries/boehm-gc/default.nix
@@ -24,10 +24,7 @@ stdenv.mkDerivation rec {
     export NIX_CFLAGS_COMPILE+="-D_GNU_SOURCE -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
   '';
 
-  patches = [ (fetchpatch {
-    url = "https://gitweb.gentoo.org/proj/musl.git/plain/dev-libs/boehm-gc/files/boehm-gc-7.6.0-sys_select.patch";
-    sha256 = "1gydwlklvci30f5dpp5ccw2p2qpph5y41r55wx9idamjlq66fbb3";
-  }) ] ++
+  patches =
     # https://github.com/ivmai/bdwgc/pull/208
     lib.optional stdenv.hostPlatform.isRiscV ./riscv.patch;