diff options
author | Mark H Weaver <mhw@netris.org> | 2014-10-08 03:49:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-10-21 00:07:31 -0400 |
commit | 388fd01b0230259a12b23c52f6d6a6baa7b35c92 (patch) | |
tree | 0e79b6aeb738c09bbc37e5332fda5ff9bcc9a78f /gnu-system.am | |
parent | 05b4226ad9fb37e71d49653292ad4afdcfdd160d (diff) | |
download | guix-388fd01b0230259a12b23c52f6d6a6baa7b35c92.tar guix-388fd01b0230259a12b23c52f6d6a6baa7b35c92.tar.gz |
gnu: emacs: Update to 24.4.
* gnu/packages/patches/emacs-configure-sh.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/emacs.scm (emacs): Update to 24.4. Add 'acl' as input.
Remove --with-crt-dir configure option.
(emacs-no-x-toolkit): Add 'inotify-tools' as input. Adjust to cope
with the lack of configure-flags in the main 'emacs' package.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index af3f764648..e0484d4abc 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -327,7 +327,6 @@ 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-configure-sh.patch \ gnu/packages/patches/eudev-rules-directory.patch \ gnu/packages/patches/file-CVE-2014-3587.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ |