emacsqlite: strip binary
Had gcc in closure which is not wanted. Use stripDebugList to make it strip in share/.
This commit is contained in:
parent
eb9a9bb22a
commit
62e61b9e4b
@ -166,6 +166,7 @@ let
|
||||
cd sqlite
|
||||
make
|
||||
'';
|
||||
stripDebugList = [ "share" ];
|
||||
packageRequires = [ emacs emacsql ];
|
||||
meta = {
|
||||
homepage = "https://melpa.org/#/emacsql-sqlite";
|
||||
|
Loading…
Reference in New Issue
Block a user