mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-elm-mode: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-elm-mode)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
99e70c3938
commit
03509af0a7
1 changed files with 1 additions and 0 deletions
|
@ -28180,6 +28180,7 @@ by the status of listed files.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1gnr61ibzcznfqy5f8capmbz75rcfikwy106rjdmp45qz2jwp4di"))))
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-f emacs-reformatter emacs-s))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue