summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/emacs
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-10-01 09:53:02 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-10-01 09:53:02 +0200
commit8e13d34944cfc70d17e246d1cbe878611fa93451 (patch)
treed563d9dea704792a4de24d1ec74454503c6f8e4e /pkgs/applications/editors/emacs
parent0982f4c8c6d28b291f6a6dbd8f19bb8f71f43859 (diff)
emacs: Remove references from emacs.pdmp
This reduces the Emacs closure size from 1324 MiB to 424 MiB. Fixes #98755.
Diffstat (limited to 'pkgs/applications/editors/emacs')
-rw-r--r--pkgs/applications/editors/emacs/generic.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs/generic.nix b/pkgs/applications/editors/emacs/generic.nix
index f2904f3e012b..cc6b3d325f42 100644
--- a/pkgs/applications/editors/emacs/generic.nix
+++ b/pkgs/applications/editors/emacs/generic.nix
@@ -11,7 +11,7 @@
, libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux
, alsaLib, cairo, acl, gpm, AppKit, GSS, ImageIO, m17n_lib, libotf
, jansson, harfbuzz
-, libgccjit, targetPlatform, makeWrapper # native-comp params
+, libgccjit, targetPlatform, makeWrapper, nukeReferences # native-comp params
, systemd ? null
, withX ? !stdenv.isDarwin
, withNS ? stdenv.isDarwin
@@ -91,7 +91,7 @@ in stdenv.mkDerivation {
LIBRARY_PATH = if nativeComp then "${lib.getLib stdenv.cc.libc}/lib" else "";
- nativeBuildInputs = [ pkgconfig makeWrapper ]
+ nativeBuildInputs = [ pkgconfig makeWrapper nukeReferences ]
++ lib.optionals srcRepo [ autoreconfHook texinfo ]
++ lib.optional (withX && (withGTK3 || withXwidgets)) wrapGAppsHook;
@@ -140,6 +140,9 @@ in stdenv.mkDerivation {
rm -rf $out/var
rm -rf $siteVersionDir
+
+ nuke-refs $out/libexec/emacs/*/*/emacs.pdmp
+
'' + lib.optionalString withCsrc ''
for srcdir in src lisp lwlib ; do
dstdir=$siteVersionDir/$srcdir