gnu: weechat: Enable ruby support for scripting.

* gnu/packages/irc.scm (weechat)[configure-flags](ENABLE_RUBY): Remove flag.
[inputs]: Add ruby.
This commit is contained in:
Raghav Gururajan 2021-12-17 07:29:16 -05:00
parent a9abb75dc8
commit 4fc9698def
No known key found for this signature in database
GPG key ID: 5F5816647F8BE551

View file

@ -212,11 +212,11 @@ (define-public weechat
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)