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
@ -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)
|
||||||
+ ''
|
+ ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user