1
Fork 0
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:
Liliana Marie Prikler 2025-03-21 22:17:29 +01:00
parent 554b0273cb
commit 1686780dfa
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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")