From 004cb5a694e39bd91b27b0adddc127daf2cb76cb Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Fri, 14 Dec 2018 16:15:15 -0600 Subject: [PATCH] lmdb: ship static library, too This is useful if you're using pkgs.pkgsMusl to build static libraries. Signed-off-by: Austin Seipp --- pkgs/development/libraries/lmdb/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/lmdb/default.nix b/pkgs/development/libraries/lmdb/default.nix index 0bb3a67d950..ef187a15efc 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) + ''