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

commit 0ab26c27f84b21d3c132be5c403c2183166e3c08
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Mar 9 20:53:51 2025 +0100

    gnu: emacs-hackernews: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-hackernews)[arguments]: Add 
#:test-command.
---
 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 489d505664..1720bcfa62 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31361,6 +31361,7 @@ files) are provided.")
         (base32
          "100aa0vs1gjwpkfdc7avwv5v3sicj2npqfr1y3dsib3pimp21l6w"))))
     (build-system emacs-build-system)
+    (arguments (list #:tests? #f))      ; no tests
     (home-page "https://github.com/clarete/hackernews.el";)
     (synopsis "Hacker News client for Emacs")
     (description "The @command{hackernews} package is able to fetch stories

Reply via email to