diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-12-26 11:02:01 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2016-02-03 10:48:36 +0100 |
commit | e5045f303a0214c2e436c128ce3d6c59cf276f2a (patch) | |
tree | 92a15969e303fe8d8b6eaf6ebe9fb9c09e04ce9e /gnu-system.am | |
parent | 58a7dc1340986f11ff54a970f613a03e8ebd741c (diff) | |
download | patches-e5045f303a0214c2e436c128ce3d6c59cf276f2a.tar patches-e5045f303a0214c2e436c128ce3d6c59cf276f2a.tar.gz |
gnu: Add emacs-constants.
* gnu/packages/emacs.scm (emacs-constants): New variable.
* gnu/packages/patches/emacs-constants-lisp-like.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add 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 7b22138018..d282be3deb 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -452,6 +452,7 @@ dist_patch_DATA = \ gnu/packages/patches/duplicity-piped-password.patch \ gnu/packages/patches/duplicity-test_selection-tmp.patch \ gnu/packages/patches/elfutils-tests-ptrace.patch \ + gnu/packages/patches/emacs-constants-lisp-like.patch \ gnu/packages/patches/emacs-exec-path.patch \ gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \ gnu/packages/patches/emacs-source-date-epoch.patch \ |