mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-casual-dired: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-casual-dired)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
758702209e
commit
c167366fd2
1 changed files with 3 additions and 1 deletions
|
@ -36078,7 +36078,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-dired")
|
||||
(synopsis "Transient-based porcelain for Dired")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue