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:
parent
654dd5c90b
commit
004cb5a694
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
moveToOutput bin "$bin"
|
||||
moveToOutput "lib/*.a" REMOVE # until someone needs it
|
||||
''
|
||||
# add lmdb.pc (dynamic only)
|
||||
+ ''
|
||||
|
|
Loading…
Reference in a new issue