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:
parent
04cb05d20c
commit
89ec69e25e
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user