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

commit 29a04e0ca262fdab744181e3883f8c8f021df46b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Mar 12 09:42:15 2025 +0100

    gnu: emacs-all-the-icons: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-all-the-icons)[arguments]: Add #:tests? 
#f.
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4ec66474d0..2b549c615b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31795,6 +31795,7 @@ GUI and terminal, and requires a nerd font installed on 
your system.")
     (arguments
      `(#:include '("\\.el$" "^data/")
        #:exclude '("^test/")
+       #:tests? #f                      ; XXX: duplicate tests
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'install-fonts

Reply via email to