guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2f66ab9f5ca2978f6a9f96fb5af303e8f95eb676
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 13 20:42:55 2025 +0100

    gnu: emacs-hyperbole: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Add #:tests? #f.
---
 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 dccbdde976..ece52e3d4d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1287,6 +1287,8 @@ uploading PlatformIO projects.")
                               "kotl/.*"
                               "\\.kotl$"
                               %default-include)
+           ;; XXX: tests want to download requirements very badly
+           #:tests? #f
            #:phases
            #~(modify-phases %standard-phases
                ;; Fix build issues about missing "domainname" and

Reply via email to