Merge pull request #62272 from matthewbauer/strip-emacsqlite

emacsqlite: strip binary
This commit is contained in:
Matthew Bauer 2019-05-31 10:31:16 -04:00 committed by GitHub
commit 8972f674ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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