1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: emacs-sbt-mode: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-sbt-mode)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-23 08:24:45 +01:00
parent 22d6cd7459
commit 7b5f7313e3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -11717,6 +11717,7 @@ commands and highlighting.")
(sha256
(base32 "0lv9ridzk9x6rkf7lj21srnszypyq04vqg05vl10zhpz1yqlnbjd"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(home-page "https://github.com/hvesalai/emacs-sbt-mode")
(synopsis "Basic functionality for interacting with sbt inside Emacs")
(description