mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: emacs-auto-compile: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
554b0273cb
commit
1686780dfa
1 changed files with 1 additions and 0 deletions
|
@ -4665,6 +4665,7 @@ code completion and project management support.")
|
|||
(base32
|
||||
"1mclnf6ichsjdnjd1b6bg4vqhhjpy6y3458khnxvr1fpn67h6iny"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(propagated-inputs (list emacs-compat emacs-packed))
|
||||
(home-page "https://github.com/emacscollective/auto-compile")
|
||||
(synopsis "Automatically compile Emacs Lisp libraries")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue