gnu: emacs-flx: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-flx)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-13 20:42:58 +01:00
parent ed49b9d7f0
commit 94e256bf7c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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