pcre: Skip winpthread dep

Seems to build just fine without it, maybe it was just using C++ threads
which mcfgthread provides?
This commit is contained in:
John Ericson 2019-11-11 00:26:23 -05:00
parent 04cb05d20c
commit 89ec69e25e

View File

@ -29,8 +29,6 @@ in stdenv.mkDerivation {
]
++ optional (variant != null) "--enable-${variant}";
buildInputs = optional (stdenv.hostPlatform.libc == "msvcrt") windows.mingw_w64_pthreads;
# https://bugs.exim.org/show_bug.cgi?id=2173
patches = [ ./stacksize-detection.patch ];