summary refs log tree commit diff
path: root/pkgs/development/libraries/lmdb
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-12-14 16:15:15 -0600
committerAustin Seipp <aseipp@pobox.com>2018-12-14 17:41:37 -0600
commit004cb5a694e39bd91b27b0adddc127daf2cb76cb (patch)
tree8c7810df5eb446a59c829d84f981ae819dc7049b /pkgs/development/libraries/lmdb
parent654dd5c90bae068a2aa5d53e4300017545e544fa (diff)
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>
Diffstat (limited to 'pkgs/development/libraries/lmdb')
-rw-r--r--pkgs/development/libraries/lmdb/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/lmdb/default.nix b/pkgs/development/libraries/lmdb/default.nix
index 0bb3a67d9502a..ef187a15efc7d 100644
--- a/pkgs/development/libraries/lmdb/default.nix
+++ b/pkgs/development/libraries/lmdb/default.nix
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
 
   postInstall = ''
     moveToOutput bin "$bin"
-    moveToOutput "lib/*.a" REMOVE # until someone needs it
   ''
     # add lmdb.pc (dynamic only)
     + ''