guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: weechat: Enable ruby support for scripting.


From: guix-commits
Subject: 01/02: gnu: weechat: Enable ruby support for scripting.
Date: Fri, 17 Dec 2021 08:10:03 -0500 (EST)

raghavgururajan pushed a commit to branch master
in repository guix.

commit 4fc9698defc4eb49ade04548ca808c7b9ccee234
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Dec 17 07:29:16 2021 -0500

    gnu: weechat: Enable ruby support for scripting.
    
    * gnu/packages/irc.scm (weechat)[configure-flags](ENABLE_RUBY): Remove flag.
    [inputs]: Add ruby.
---
 gnu/packages/irc.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 3cc2afd..dee9577 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]