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

gnu: emacs-hsluv: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-hsluv)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 17:07:27 +01:00
parent 934e7173c6
commit ec3d9007d8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1230,6 +1230,7 @@ system.")
(base32
"19q8qlq4s2kfydpadkq1zd92611dvq7dr8vlhlbd9gplzpx7dhfd"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "make" "test")))
(propagated-inputs (list emacs-seq))
(home-page "https://github.com/hsluv/hsluv-emacs")
(synopsis "HSLuv color space conversions")