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
1 changed files with 2 additions and 0 deletions

View File

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