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/packages/emacs.scm | |
parent | f7dbeb376b42e95bc66dcf4cfa283e912f5e7aa4 (diff) | |
download | patches-6f4b23e674cefebf0ccefc301974e50db04ce5db.tar patches-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/packages/emacs.scm')
-rw-r--r-- | gnu/packages/emacs.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 6416b00ee0..9751125113 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -70,7 +70,8 @@ (sha256 (base32 "0kn3rzm91qiswi0cql89kbv6mqn27rwsyjfb8xmwy9m5s8fxfiyx")) - (patches (list (search-patch "emacs-exec-path.patch"))))) + (patches (list (search-patch "emacs-exec-path.patch") + (search-patch "emacs-source-date-epoch.patch"))))) (build-system glib-or-gtk-build-system) (arguments '(#:phases (alist-cons-before |