mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-skewer-mode: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-skewer-mode)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
39756f8828
commit
2bafa92d35
1 changed files with 2 additions and 1 deletions
|
@ -8766,7 +8766,8 @@ serve files and directory listings.")
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-simple-httpd emacs-js2-mode))
|
(list emacs-simple-httpd emacs-js2-mode))
|
||||||
(arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
|
(arguments '(#:tests? #f ; no tests
|
||||||
|
#:include '("\\.el$" "\\.js$" "\\.html$")))
|
||||||
(home-page "https://github.com/skeeto/skewer-mode")
|
(home-page "https://github.com/skeeto/skewer-mode")
|
||||||
(synopsis "Live web development in Emacs")
|
(synopsis "Live web development in Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue