lmdb: ship static library, too

This is useful if you're using pkgs.pkgsMusl to build static libraries.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-12-14 16:15:15 -06:00
parent 654dd5c90b
commit 004cb5a694

View File

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
postInstall = '' postInstall = ''
moveToOutput bin "$bin" moveToOutput bin "$bin"
moveToOutput "lib/*.a" REMOVE # until someone needs it
'' ''
# add lmdb.pc (dynamic only) # add lmdb.pc (dynamic only)
+ '' + ''