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:
parent
1f8037fef6
commit
744dc903ae
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue