mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +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:
parent
22d6cd7459
commit
7b5f7313e3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue