1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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; {