1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: emacs-flycheck-package: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-flycheck-package)[arguments]:
Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 16:06:39 +01:00
parent 1f8037fef6
commit 744dc903ae
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -10393,6 +10393,7 @@ the current Cargo project.")
(base32
"00py39n1383761wq6wp194pvyk94ydqdbxj9kl64g9jnipkp7849"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs
(list emacs-flycheck emacs-package-lint))
(home-page "https://github.com/purcell/flycheck-package")