1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 = ''
moveToOutput bin "$bin"
moveToOutput "lib/*.a" REMOVE # until someone needs it
''
# add lmdb.pc (dynamic only)
+ ''