make changes needed to build mongodb

This commit is contained in:
Jude Taylor
2015-07-23 15:47:16 -07:00
parent 748da7e541
commit 4fab7321bf
6 changed files with 41 additions and 1 deletions
@@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
# -DNDEBUG for speed
configureFlags = [ "CXXFLAGS=-DNDEBUG" ];
doCheck = true;
# SIGILL on darwin
doCheck = !stdenv.isDarwin;
meta = with stdenv.lib; {
homepage = http://code.google.com/p/snappy/;