3
0
Fork 0
forked from mirrors/nixpkgs

swift-corefoundation: remove spurious buildInput

libpthread is part of libSystem, so there's no need to depend on it
explicitly
This commit is contained in:
Dan Peebles 2016-08-14 17:40:05 -04:00
parent 1861744e7c
commit 6cf13bfe66

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation {
sha256 = "05cmqwzqqxb489g9hq7hhj2yva12pi488iblbpnvyk1y4nx077cw";
};
buildInputs = [ ninja python libpthread libxml2 ];
buildInputs = [ ninja python libxml2 ];
patchPhase = ''
HACK=$PWD/hack