guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.

commit 284730df9a388775d929e067152716ac6899e7ff
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Mar 20 11:08:57 2025 +0100

    gnu: emacs-helm-themes: Disable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-themes)
    [arguments]{tests?}: Disable them.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 dffb53784f..65c04842d9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38547,6 +38547,8 @@ fish-completion.  It can be used in both Eshell and M-x 
shell.")
           (base32
            "1p62gg8nnb6kmb9mk66230p0ap0zwwzhzdxr3j34z5ls574vr6s7"))))
       (build-system emacs-build-system)
+      (arguments
+       (list #:tests? #f)) ; No tests despite Makefile.
       (propagated-inputs (list emacs-helm))
       (home-page "https://github.com/emacsorphanage/helm-themes";)
       (synopsis "Emacs theme selection with Helm interface")

Reply via email to