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:
parent
a9abb75dc8
commit
4fc9698def
1 changed files with 1 additions and 1 deletions
|
|
@ -212,11 +212,11 @@ SILC and ICB protocols via plugins.")
|
||||||
lua-5.1
|
lua-5.1
|
||||||
perl
|
perl
|
||||||
python
|
python
|
||||||
|
ruby
|
||||||
tcl))
|
tcl))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "-DENABLE_PHP=OFF"
|
(list "-DENABLE_PHP=OFF"
|
||||||
"-DENABLE_RUBY=OFF"
|
|
||||||
"-DENABLE_TESTS=ON") ; ‘make test’ fails otherwise
|
"-DENABLE_TESTS=ON") ; ‘make test’ fails otherwise
|
||||||
;; Tests hang indefinitely on non-Intel platforms.
|
;; Tests hang indefinitely on non-Intel platforms.
|
||||||
#:tests? ,(if (any (cute string-prefix? <> (or (%current-target-system)
|
#:tests? ,(if (any (cute string-prefix? <> (or (%current-target-system)
|
||||||
|
|
|
||||||
Reference in a new issue