mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +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:
parent
cba452dadf
commit
56ea39c84a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue