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:
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "05cmqwzqqxb489g9hq7hhj2yva12pi488iblbpnvyk1y4nx077cw";
|
sha256 = "05cmqwzqqxb489g9hq7hhj2yva12pi488iblbpnvyk1y4nx077cw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ninja python libpthread libxml2 ];
|
buildInputs = [ ninja python libxml2 ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
HACK=$PWD/hack
|
HACK=$PWD/hack
|
||||||
|
|||||||
Reference in New Issue
Block a user