diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-13 23:09:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-13 23:20:07 +0200 |
commit | 1bef37ee2e0a6ba9048eb8087651c8dbd2c6c796 (patch) | |
tree | 5cb17a1ad2839c2df19afd984c0213afdff80031 /gnu-system.am | |
parent | 8214b7fbea7773143401811a0a582d0eed44c0dd (diff) | |
download | patches-1bef37ee2e0a6ba9048eb8087651c8dbd2c6c796.tar patches-1bef37ee2e0a6ba9048eb8087651c8dbd2c6c796.tar.gz |
gnu: emacs: Do not keep references to the entries of the build-time $PATH.
This reduces the number of references of the output from 54 to 31,
removing references notably to gcc, expat, glib:bin, ld-wrapper-0,
texinfo, pkg-config, make, gawk, binutils, etc.
Reported by David Thompson.
* gnu/packages/patches/emacs-exec-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (emacs)[source]: Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index ccc755bb99..f65f87a8b3 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -407,6 +407,7 @@ dist_patch_DATA = \ gnu/packages/patches/doxygen-tmake.patch \ gnu/packages/patches/duplicity-piped-password.patch \ gnu/packages/patches/duplicity-test_selection-tmp.patch \ + gnu/packages/patches/emacs-exec-path.patch \ gnu/packages/patches/eudev-rules-directory.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/flashrom-use-libftdi1.patch \ |