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

* gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the set-LIB
phase.
master
Christopher Baines 2018-07-14 11:57:38 +01:00
parent 0d354666d3
commit fe27238cea
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -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