summary refs log tree commit diff
path: root/gnu/packages/irc.scm
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2021-12-17 07:29:16 -0500
committerRaghav Gururajan <rg@raghavgururajan.name>2021-12-17 08:07:31 -0500
commit4fc9698defc4eb49ade04548ca808c7b9ccee234 (patch)
tree565308245846a76514f2c1c26b70fbb3b41ec45d /gnu/packages/irc.scm
parenta9abb75dc87c0fe532905746912a39250d97293f (diff)
downloadguix-4fc9698defc4eb49ade04548ca808c7b9ccee234.tar.gz
gnu: weechat: Enable ruby support for scripting.
* gnu/packages/irc.scm (weechat)[configure-flags](ENABLE_RUBY): Remove flag.
[inputs]: Add ruby.
Diffstat (limited to 'gnu/packages/irc.scm')
-rw-r--r--gnu/packages/irc.scm2
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)