libcouchbase: tiny cleanup

This commit is contained in:
Jan Malakhovski 2018-07-16 16:26:13 +00:00
parent 23b2b490a1
commit a2b026fcbf

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ libevent openssl ];
doCheck = (!stdenv.isDarwin);
doCheck = !stdenv.isDarwin;
checkPhase = "ctest";
meta = with stdenv.lib; {