guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: weechat: Enable tests on all architectures.


From: guix-commits
Subject: 02/04: gnu: weechat: Enable tests on all architectures.
Date: Wed, 22 Dec 2021 03:46:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 76c0b2e340ba79893c4446177c2a743d30b7eb7e
Author: Efraim Flashner <efraim@flashner.co.il>
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

[Prev in Thread] Current Thread [Next in Thread]