diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/irc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 3cc2afda33..dee9577b4e 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -212,11 +212,11 @@ SILC and ICB protocols via plugins.") lua-5.1 perl python + ruby tcl)) (arguments `(#:configure-flags (list "-DENABLE_PHP=OFF" - "-DENABLE_RUBY=OFF" "-DENABLE_TESTS=ON") ; ‘make test’ fails otherwise ;; Tests hang indefinitely on non-Intel platforms. #:tests? ,(if (any (cute string-prefix? <> (or (%current-target-system) |