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
|
cd sqlite
|
||||||
make
|
make
|
||||||
'';
|
'';
|
||||||
|
stripDebugList = [ "share" ];
|
||||||
packageRequires = [ emacs emacsql ];
|
packageRequires = [ emacs emacsql ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://melpa.org/#/emacsql-sqlite";
|
homepage = "https://melpa.org/#/emacsql-sqlite";
|
||||||
|
Loading…
Reference in New Issue
Block a user