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

This reverts commit 5e5df0fea2.
This commit is contained in:
Domen Kožar 2016-12-28 19:55:36 +01:00
parent 26dc6dab4c
commit 8b6b0aea72

View file

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