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:
parent
1861744e7c
commit
6cf13bfe66
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "05cmqwzqqxb489g9hq7hhj2yva12pi488iblbpnvyk1y4nx077cw";
|
||||
};
|
||||
|
||||
buildInputs = [ ninja python libpthread libxml2 ];
|
||||
buildInputs = [ ninja python libxml2 ];
|
||||
|
||||
patchPhase = ''
|
||||
HACK=$PWD/hack
|
||||
|
|
Loading…
Reference in a new issue