mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue