mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ssh-config-mode: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-ssh-config-mode)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
a449bfad6c
commit
22d9816689
1 changed files with 2 additions and 1 deletions
|
@ -38152,7 +38152,8 @@ Emacs.")
|
|||
(base32
|
||||
"1xs9ixp2bgbn2whjpj7l1n15fklivfh7544sgai61225jprckyak"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments '(#:include '("\\.el$" "\\.txt$")))
|
||||
(arguments '(#:include '("\\.el$" "\\.txt$")
|
||||
#:tests? #f)) ; no actual tests
|
||||
(home-page
|
||||
"https://github.com/jhgorrell/ssh-config-mode-el")
|
||||
(synopsis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue