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:
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
|
||||
"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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue