1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: emacs-orgit: Disable tests.

* gnu/packages/emacs-xyz.scm (emacs-orgit)[arguments]{tests?}: Disable
them, since there are none.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-03-20 11:08:21 +01:00 committed by Liliana Marie Prikler
parent c699d05eb5
commit e649e90c9a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -33693,6 +33693,8 @@ recursively. The results are cached for speed.")
(base32
"0yi73l7hm6x5pyalfmcv0mnklhc574xij35q8zkh6ahrnfbyv8ks"))))
(build-system emacs-build-system)
(arguments
(list #:tests? #f)) ; A makefile but no tests.
(propagated-inputs
(list emacs-dash emacs-magit))
(synopsis "Support for Org links to Magit buffers")