mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vvhzidnpzf25z5qn85zx7cpwaavd22vsds4q9y5mpmf8hi526l6"))))
|
(base32 "1vvhzidnpzf25z5qn85zx7cpwaavd22vsds4q9y5mpmf8hi526l6"))))
|
||||||
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-flycheck))
|
(list emacs-flycheck))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue