nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pcre: Skip winpthread dep

Seems to build just fine without it, maybe it was just using C++ threads
which mcfgthread provides?

-2
-2
pkgs/development/libraries/pcre/default.nix
··· 29 29 ] 30 30 ++ optional (variant != null) "--enable-${variant}"; 31 31 32 - buildInputs = optional (stdenv.hostPlatform.libc == "msvcrt") windows.mingw_w64_pthreads; 33 - 34 32 # https://bugs.exim.org/show_bug.cgi?id=2173 35 33 patches = [ ./stacksize-detection.patch ]; 36 34