lilyp pushed a commit to branch emacs-team
in repository guix.
commit 9759795b8436a1df225f4fb6d9bfbae9fa9bf885
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 9e0a9b07bb..01b6a7ddf0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32015,6 +32015,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