1
Fork 0
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:
Liliana Marie Prikler 2025-03-21 20:42:45 +01:00
parent 39756f8828
commit 2bafa92d35
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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