mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-flx: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-flx)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
ed49b9d7f0
commit
94e256bf7c
1 changed files with 2 additions and 1 deletions
|
@ -19609,7 +19609,8 @@ using Org mode and transients.")
|
|||
"0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")))
|
||||
(arguments (list #:tests? #f ; tests require a TTY
|
||||
#:test-command #~(list "make" "test")))
|
||||
(home-page "https://github.com/lewang/flx")
|
||||
(synopsis "Fuzzy matching for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue