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>
This commit is contained in:
Niklas Eklund 2022-05-05 13:10:56 +02:00 committed by Ludovic Courtès
parent e48b5484af
commit 51bbcc91b4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
3 changed files with 30 additions and 0 deletions

View file

@ -15759,6 +15759,8 @@ created by @code{git format-patch}, from @code{magit}, @code{dired} and
(uri (git-reference
(url "https://git.sr.ht/~yoctocell/git-email")
(commit commit)))
(patches
(search-patches "emacs-git-email-missing-parens.patch"))
(file-name (git-file-name name version))
(sha256
(base32 "1lk1yds7idgawnair8l3s72rgjmh80qmy4kl5wrnqvpmjrmdgvnx"))))