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:
parent
1686780dfa
commit
51aff3b4b2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue