summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-05-30 22:32:27 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-05-30 22:32:27 -0400
commit62e61b9e4b745e5aad2fee6529afa5b85245124e (patch)
tree4fe8a1099131c9518db84b2eebaa4d63fcb98870 /pkgs
parenteb9a9bb22aa309e857ce7cffb158e80b35869980 (diff)
downloadnixpkgs-62e61b9e4b745e5aad2fee6529afa5b85245124e.tar
nixpkgs-62e61b9e4b745e5aad2fee6529afa5b85245124e.tar.gz
nixpkgs-62e61b9e4b745e5aad2fee6529afa5b85245124e.tar.bz2
nixpkgs-62e61b9e4b745e5aad2fee6529afa5b85245124e.tar.lz
nixpkgs-62e61b9e4b745e5aad2fee6529afa5b85245124e.tar.xz
nixpkgs-62e61b9e4b745e5aad2fee6529afa5b85245124e.tar.zst
nixpkgs-62e61b9e4b745e5aad2fee6529afa5b85245124e.zip
emacsqlite: strip binary
Had gcc in closure which is not wanted. Use stripDebugList to make it
strip in share/.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/emacs-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index 9151975bec7..f1fdf30f61c 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -166,6 +166,7 @@ let
       cd sqlite
       make
     '';
+    stripDebugList = [ "share" ];
     packageRequires = [ emacs emacsql ];
     meta = {
       homepage = "https://melpa.org/#/emacsql-sqlite";