emacsqlite: strip binary

Had gcc in closure which is not wanted. Use stripDebugList to make it
strip in share/.
This commit is contained in:
Matthew Bauer 2019-05-30 22:32:27 -04:00
parent eb9a9bb22a
commit 62e61b9e4b

View file

@ -166,6 +166,7 @@ let
cd sqlite
make
'';
stripDebugList = [ "share" ];
packageRequires = [ emacs emacsql ];
meta = {
homepage = "https://melpa.org/#/emacsql-sqlite";