diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-13 16:02:36 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-13 16:02:36 +0200 |
commit | f6b18b53722d8ce5a3f0c961a95015a204c95b62 (patch) | |
tree | 1551f7fbe9135a295c7e63e3c43f209ac4ed4f7f /gnu/local.mk | |
parent | e31f3e9d1c8d3a8e5886a9f0eba0f933e3e9d831 (diff) |
gnu: emacs-hyperbole: Update to 8.0.0.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 8.0.0.
[arguments]<#:include>: Use %default-include.
<#:phases>: Add build fix.
* gnu/packages/patches/emacs-hyperbole-toggle-messaging.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete reference to removed file.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c567c3d519..9f8a2eeb82 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1033,7 +1033,6 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-json-reformat-fix-tests.patch \ %D%/packages/patches/emacs-helpful-fix-docstring-test.patch \ %D%/packages/patches/emacs-highlight-stages-add-gexp.patch \ - %D%/packages/patches/emacs-hyperbole-toggle-messaging.patch \ %D%/packages/patches/emacs-libgit-use-system-libgit2.patch \ %D%/packages/patches/emacs-lispy-fix-thread-last-test.patch \ %D%/packages/patches/emacs-source-date-epoch.patch \ |