1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: emacs-names: Handle tests.

* gnu/packages/emacs-xyz.scm (emacs-names)[arguments]: Add #:test-command.
Disable tests with #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-22 12:46:42 +01:00
parent 1686780dfa
commit 51aff3b4b2
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9941,6 +9941,8 @@ a file).")
(base32
"11wyha2q8y7bzqq3jrzix8n97ywvsibvddrahqcps1a1yqk4hzfz"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f ; XXX: "Package cl is deprecated"
#:test-command #~(list "make" "test")))
(home-page "https://github.com/Malabarba/names/")
(synopsis "Namespace implementation for Emacs Lisp")
(description