mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: emacs-casual-info: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-casual-info)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
6844a495d3
commit
a337ea3afc
1 changed files with 3 additions and 1 deletions
|
@ -36085,7 +36085,9 @@ all of your projects, then override or add variables on a per-project basis.")
|
|||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:lisp-directory "lisp"))
|
||||
#:lisp-directory "lisp"
|
||||
;; Tests require “casual-lib-test-utils”, which are not installed.
|
||||
#:tests? #f))
|
||||
(propagated-inputs (list emacs-casual-lib))
|
||||
(home-page "https://github.com/kickingvegas/casual-info")
|
||||
(synopsis "Transient-based porcelain for info reader")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue