gnu: emacs-yasnippet: Fix build.

* gnu/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet)[source]<patches>: Use it here.
* gnu/packages/patches/emacs-yasnippet-fix-tests.patch: Also fix
delete-numberless-inner-snippet-issue-562.
This commit is contained in:
Liliana Marie Prikler 2023-08-19 08:40:03 +02:00
parent f9b3bcac9a
commit ca7e310f7a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
4 changed files with 76 additions and 1 deletions

View file

@ -17117,7 +17117,8 @@ the Emacs TempEl package.")
(sha256
(base32 "0via9dzw8m5lzymg1h78xkwjssh39zr3g6ccyamlf1rjzjsyxknv"))
(patches
(search-patches "emacs-yasnippet-fix-tests.patch"))))
(search-patches "emacs-yasnippet-fix-empty-snippet-next.patch"
"emacs-yasnippet-fix-tests.patch"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t