Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge commit 'refs/pull/53622/head' of https://github.com/NixOS/nixpkgs into staging

+1 -5
+1 -5
pkgs/development/libraries/boehm-gc/default.nix
··· 24 24 export NIX_CFLAGS_COMPILE+="-D_GNU_SOURCE -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" 25 25 ''; 26 26 27 - patches = [ (fetchpatch { 28 - name = "boehm-gc-7.6.0-sys_select.patch"; 29 - url = "https://gitweb.gentoo.org/proj/musl.git/plain/dev-libs/boehm-gc/files/boehm-gc-7.6.0-sys_select.patch?id=85b6a600996bdd71162b357e9ba93d8559342432"; 30 - sha256 = "1gydwlklvci30f5dpp5ccw2p2qpph5y41r55wx9idamjlq66fbb3"; 31 - }) ] ++ 27 + patches = 32 28 # https://github.com/ivmai/bdwgc/pull/208 33 29 lib.optional stdenv.hostPlatform.isRiscV ./riscv.patch; 34 30