mariadb: oqgraph fails to build on darwin

This commit is contained in:
Eric Seidel
2015-03-14 09:09:23 -07:00
parent 4835813cb6
commit d3f69cdf67
+1 -1
View File
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
"-DWITH_PARTITION_STORAGE_ENGINE=1"
"-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1"
"-DWITHOUT_FEDERATED_STORAGE_ENGINE=1"
];
] ++ stdenv.lib.optional stdenv.isDarwin "-DWITHOUT_OQGRAPH_STORAGE_ENGINE=1";
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";