1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: emacs-helm-flycheck: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-helm-flycheck)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 16:43:51 +01:00
parent 8b762e556b
commit ed6918f770
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -30782,6 +30782,7 @@ See @code{helm-exwm-switch-browser} for an example.")
(base32
"1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs
(list emacs-dash emacs-flycheck emacs-helm))
(home-page "https://github.com/yasuyk/helm-flycheck")