Revert "rocksdb-haskell: just compile rocksdb statically to fix #21215"
This reverts commit 5e5df0fea2
.
This commit is contained in:
parent
26dc6dab4c
commit
8b6b0aea72
1 changed files with 3 additions and 0 deletions
|
@ -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}"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue