1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: emacs-flycheck-deno: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-flycheck-deno)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-12 07:05:21 +01:00
parent cba452dadf
commit 56ea39c84a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -10351,6 +10351,7 @@ the current Cargo project.")
(file-name (git-file-name name version))
(sha256
(base32 "1vvhzidnpzf25z5qn85zx7cpwaavd22vsds4q9y5mpmf8hi526l6"))))
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs
(list emacs-flycheck))
(build-system emacs-build-system)