diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-18 21:24:16 +0900 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-21 10:54:09 +0100 |
commit | 4b33a74138740101042c31bef304b8ba35e81126 (patch) | |
tree | a2e7bd4c02b0dada9e0fd39654a2e0b99673ba9c /gnu/local.mk | |
parent | 39c676c4a3507863f4edf20b225ace4cbf646ed6 (diff) | |
download | guix-4b33a74138740101042c31bef304b8ba35e81126.tar guix-4b33a74138740101042c31bef304b8ba35e81126.tar.gz |
gnu: Add emacs-wordnut.
* gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add previous file.
* gnu/packages/emacs.scm (emacs-wordnut): New package.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5f6826e27a..e2cac7ffed 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -674,6 +674,7 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \ %D%/packages/patches/emacs-source-date-epoch.patch \ %D%/packages/patches/emacs-realgud-fix-configure-ac.patch \ + %D%/packages/patches/emacs-wordnut-require-adaptive-wrap.patch \ %D%/packages/patches/enlightenment-fix-setuid-path.patch \ %D%/packages/patches/erlang-man-path.patch \ %D%/packages/patches/eudev-rules-directory.patch \ |