guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ruby-options: Return #t from set-LIB phase.


From: Christopher Baines
Subject: 02/02: gnu: ruby-options: Return #t from set-LIB phase.
Date: Sun, 15 Jul 2018 17:20:00 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit fe27238cea9fd85e0cd42ea1ad9fdc3a73b9758d
Author: Christopher Baines <address@hidden>
Date:   Sat Jul 14 11:57:38 2018 +0100

    gnu: ruby-options: Return #t from set-LIB phase.
    
    * gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the 
set-LIB
    phase.
---
 gnu/packages/ruby.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1602fd5..9a74f16 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -883,7 +883,8 @@ complexity.")
            (lambda _
              ;; This is used in the Rakefile, and setting it avoids an issue
              ;; with running the tests.
-             (setenv "LIB" "options"))))))
+             (setenv "LIB" "options")
+             #t)))))
     (synopsis "Ruby library to parse options from *args cleanly")
     (description
      "The @code{options} library helps with parsing keyword options in Ruby



reply via email to

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