lilyp pushed a commit to branch emacs-team
in repository guix.
commit 88a6109d9118c3a1ed6162907cdb2d421b213eb1
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 13 20:42:56 2025 +0100
gnu: emacs-ggtags: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-ggtags)[arguments]: Add #:tests? #f.
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5c57fcfded..1e880c0de9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6047,7 +6047,8 @@ tool.")
(inputs
(list global))
(arguments
- `(#:phases
+ `(#:tests? #f ; no tests
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'configure
(lambda* (#:key inputs #:allow-other-keys)