diff options
author | Alex Kost <alezost@gmail.com> | 2015-10-21 15:59:23 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-11-14 21:59:37 +0300 |
commit | 6f4b23e674cefebf0ccefc301974e50db04ce5db (patch) | |
tree | 48bf12fdb25e09ed0841159bd5a1de756c7c41bb /gnu-system.am | |
parent | f7dbeb376b42e95bc66dcf4cfa283e912f5e7aa4 (diff) | |
download | gnu-guix-6f4b23e674cefebf0ccefc301974e50db04ce5db.tar gnu-guix-6f4b23e674cefebf0ccefc301974e50db04ce5db.tar.gz |
gnu: emacs: Honor 'SOURCE_DATE_EPOCH'.
Suggested by Ludovic Courtès <ludo@gnu.org>.
* gnu/packages/patches/emacs-source-date-epoch.patch: New patch.
* 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 d43358df86..92370a2517 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -437,6 +437,7 @@ dist_patch_DATA = \ gnu/packages/patches/duplicity-test_selection-tmp.patch \ gnu/packages/patches/elfutils-tests-ptrace.patch \ gnu/packages/patches/emacs-exec-path.patch \ + gnu/packages/patches/emacs-source-date-epoch.patch \ gnu/packages/patches/eudev-rules-directory.patch \ gnu/packages/patches/expat-CVE-2015-1283.patch \ gnu/packages/patches/fastcap-mulGlobal.patch \ |