gnu: emacs-kv: Fix build.

Build fails with emacs-next cause of copypasted test defined two times.

* gnu/packages/patches/emacs-kv-fix-tests.patch: New file.
* gnu/packages/emacs-xyz.scm (emacs-kv): Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
This commit is contained in:
Andrew Tropin 2022-09-14 09:21:32 +03:00
parent 6cdde65bb5
commit 0336372296
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0
3 changed files with 34 additions and 1 deletions

View file

@ -17951,7 +17951,9 @@ formatting rules for that language.")
(file-name (git-file-name name version))
(sha256
(base32
"0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))))
"0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))
(patches
(search-patches "emacs-kv-fix-tests.patch"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t