efraim pushed a commit to branch master
in repository guix.

commit 76c0b2e340ba79893c4446177c2a743d30b7eb7e
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 22 10:30:33 2021 +0200

    gnu: weechat: Enable tests on all architectures.
    
    * gnu/packages/irc.scm (weechat)[arguments]: Remove test field.
---
 gnu/packages/irc.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index e9ec191..baa8ad1 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -241,12 +241,7 @@ SILC and ICB protocols via plugins.")
                          (to (string-append doc "/share/doc/weechat")))
                      (mkdir-p (string-append doc "/share/doc"))
                      (rename-file from to)))))
-             '()))
-       ;; Tests hang indefinitely on non-Intel platforms.
-       #:tests? ,(if (any (cute string-prefix? <> (or (%current-target-system)
-                                                      (%current-system)))
-                          '("i686" "x86_64"))
-                   '#t '#f)))
+             '()))))
     (synopsis "Extensible chat client")
     (description "WeeChat (Wee Enhanced Environment for Chat) is an
 @dfn{Internet Relay Chat} (IRC) client, which is designed to be light and fast.

Reply via email to