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 ]; nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ libevent openssl ]; buildInputs = [ libevent openssl ];
doCheck = (!stdenv.isDarwin); doCheck = !stdenv.isDarwin;
checkPhase = "ctest"; checkPhase = "ctest";
meta = with stdenv.lib; { meta = with stdenv.lib; {