From 414e66f2222561e61c8a098774e651bf2be530bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 11 Jan 2019 20:12:56 +0100 Subject: [PATCH] boehmgc: avoid mass rebuild due to the parent commit --- pkgs/development/libraries/boehm-gc/default.nix | 1 + 1 file changed, 1 insertion(+) 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"; }) ] ++