mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e48b5484af
commit
51bbcc91b4
3 changed files with 30 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue