boehm-gc: remove obsolete sys_select patch
This commit is contained in:
parent
1c10efc912
commit
69466ba96a
1 changed files with 1 additions and 4 deletions
|
@ -24,10 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
export NIX_CFLAGS_COMPILE+="-D_GNU_SOURCE -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
|
export NIX_CFLAGS_COMPILE+="-D_GNU_SOURCE -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ (fetchpatch {
|
patches =
|
||||||
url = "https://gitweb.gentoo.org/proj/musl.git/plain/dev-libs/boehm-gc/files/boehm-gc-7.6.0-sys_select.patch";
|
|
||||||
sha256 = "1gydwlklvci30f5dpp5ccw2p2qpph5y41r55wx9idamjlq66fbb3";
|
|
||||||
}) ] ++
|
|
||||||
# https://github.com/ivmai/bdwgc/pull/208
|
# https://github.com/ivmai/bdwgc/pull/208
|
||||||
lib.optional stdenv.hostPlatform.isRiscV ./riscv.patch;
|
lib.optional stdenv.hostPlatform.isRiscV ./riscv.patch;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue