mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
c699d05eb5
commit
e649e90c9a
1 changed files with 2 additions and 0 deletions
|
@ -33693,6 +33693,8 @@ recursively. The results are cached for speed.")
|
||||||
(base32
|
(base32
|
||||||
"0yi73l7hm6x5pyalfmcv0mnklhc574xij35q8zkh6ahrnfbyv8ks"))))
|
"0yi73l7hm6x5pyalfmcv0mnklhc574xij35q8zkh6ahrnfbyv8ks"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f)) ; A makefile but no tests.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-magit))
|
(list emacs-dash emacs-magit))
|
||||||
(synopsis "Support for Org links to Magit buffers")
|
(synopsis "Support for Org links to Magit buffers")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue