libcouchbase: fix build

This applies an upstream fix from libcouchbase to fix a timeout issue
with openssl 1.1.

See also https://hydra.nixos.org/build/102495724

ZHF #68361
This commit is contained in:
Maximilian Bosch
2019-10-05 14:19:12 +02:00
parent d72f4e2ae0
commit fd41a333d8
2 changed files with 38 additions and 0 deletions
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
# Running tests in parallel does not work
enableParallelChecking = false;
patches = [ ./0001-Fix-timeouts-in-libcouchbase-testsuite.patch ];
doCheck = !stdenv.isDarwin;
meta = with stdenv.lib; {