gnu: emacs-arei: Skip tests.

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

View file

@ -613,6 +613,7 @@ input via a small child-frame spawned at the position of the cursor.")
(base32
"0laj9gbwhr0n8jf0y7fb3a564rsi8kghpk1g95xhckr4fggz997r"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs (list emacs-eros emacs-sesman emacs-queue))
(home-page "https://git.sr.ht/~abcdw/emacs-arei")
(synopsis "Asynchronous Reliable Extensible IDE")