rocksdb-haskell: just compile rocksdb statically to fix #21215

This commit is contained in:
Domen Kožar
2016-12-18 22:16:48 +01:00
parent 8ca29a7960
commit 5e5df0fea2
2 changed files with 1 additions and 4 deletions

View File

@@ -36,13 +36,10 @@ stdenv.mkDerivation rec {
JEMALLOC_LIB = stdenv.lib.optionalString (malloc == jemalloc) "-ljemalloc";
buildFlags = [
"shared_lib"
"static_lib"
];
installFlags = [
"install-shared"
"install-static"
"INSTALL_PATH=\${out}"
];