rocksdb: build also static lib for rocksdb-haskell

This commit is contained in:
Domen Kožar 2016-12-16 12:01:00 +01:00
parent dec91d3b19
commit 8b9ced0181

View File

@ -37,10 +37,12 @@ stdenv.mkDerivation rec {
buildFlags = [ buildFlags = [
"shared_lib" "shared_lib"
"static_lib"
]; ];
installFlags = [ installFlags = [
"install-shared" "install-shared"
"install-static"
"INSTALL_PATH=\${out}" "INSTALL_PATH=\${out}"
]; ];