gnu: emacs-yasnippet: Fix build.

* gnu/packages/patches/emacs-yasnippet-fix-tests.patch: New file.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet): Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
This commit is contained in:
Liliana Marie Prikler 2022-05-15 03:05:28 +02:00
parent de68877a51
commit 22d6e36005
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 99 additions and 1 deletions

View file

@ -13490,7 +13490,9 @@ the Emacs Tempo library. You may also write your templates in Lisp.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0via9dzw8m5lzymg1h78xkwjssh39zr3g6ccyamlf1rjzjsyxknv"))))
(base32 "0via9dzw8m5lzymg1h78xkwjssh39zr3g6ccyamlf1rjzjsyxknv"))
(patches
(search-patches "emacs-yasnippet-fix-tests.patch"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t