1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: emacs-paren-face: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-paren-face)
[arguments]{test-command}: Set it.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-03-20 11:08:37 +01:00 committed by Liliana Marie Prikler
parent 9de3835cd2
commit 2665ae9f8a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -8688,6 +8688,8 @@ ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the
(sha256
(base32 "1j619m08lz6bg2kr4jm2rbyn2r8a9f1z124ashzjkiwky0mvs1v9"))))
(build-system emacs-build-system)
(arguments
(list #:test-command #~(list "make" "check-declare")))
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/tarsius/paren-face")