diff options
author | Niklas Eklund <niklas.eklund@posteo.net> | 2022-05-05 13:10:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-09 00:07:31 +0200 |
commit | 51bbcc91b4df02da2f05b61ccca2baa5bf21085a (patch) | |
tree | 938ed24c74ebccfb793ab224be40000ed16e20c4 /gnu/local.mk | |
parent | e48b5484afde93294c4ed7215e88ed450842b2e5 (diff) | |
download | guix-51bbcc91b4df02da2f05b61ccca2baa5bf21085a.tar.gz |
gnu: emacs-git-email: Fixes build of package.
* gnu/packages/patches/emacs-git-email-missing-parens.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-git-email)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
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 bc9f976a39..7d61def3ff 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1028,6 +1028,7 @@ dist_patch_DATA = \ %D%/packages/patches/elm-compiler-fix-map-key.patch \ %D%/packages/patches/elogind-revert-polkit-detection.patch \ %D%/packages/patches/emacs-exec-path.patch \ + %D%/packages/patches/emacs-git-email-missing-parens.patch \ %D%/packages/patches/emacs-fix-scheme-indent-function.patch \ %D%/packages/patches/emacs-ignore-empty-xim-styles.patch \ %D%/packages/patches/emacs-json-reformat-fix-tests.patch \ |