From e649e90c9aeec9f9a46f3acac568eae9e48b4439 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 20 Mar 2025 11:08:21 +0100 Subject: [PATCH] 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 --- gnu/packages/emacs-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 43084bd5a5..18e6a31c3c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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")