mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: ruby-introspection: Adjust inputs.
* gnu/packages/ruby.scm (ruby-introspection)[arguments]: Remove. [propagated-inputs]: Remove ruby-instantiator. [native-inputs]: Remove ruby-test-unit.
This commit is contained in:
parent
adfe69262f
commit
d610c79b9e
1 changed files with 3 additions and 16 deletions
|
@ -5139,24 +5139,11 @@ (define-public ruby-introspection
|
||||||
(base32
|
(base32
|
||||||
"1y2nbijkc0zlfmn9ss6588ilarq2kbn2i7w7pwwsli66dj84zgca"))))
|
"1y2nbijkc0zlfmn9ss6588ilarq2kbn2i7w7pwwsli66dj84zgca"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'add-test-unit-to-search-path
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(let* ((test-unit (assoc-ref inputs "ruby-test-unit")))
|
|
||||||
(substitute* "Rakefile"
|
|
||||||
(("t\\.libs << \"test\"" line)
|
|
||||||
(string-append line "; t.libs << \""
|
|
||||||
test-unit "/lib/ruby/vendor_ruby"
|
|
||||||
"/gems/test-unit-"
|
|
||||||
,(package-version ruby-test-unit)
|
|
||||||
"/lib\""))))
|
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ruby-instantiator ruby-metaclass))
|
(list ruby-metaclass))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bundler ruby-blankslate ruby-test-unit))
|
(list bundler
|
||||||
|
ruby-blankslate))
|
||||||
(synopsis "Dynamic inspection of the method hierarchy on a Ruby object")
|
(synopsis "Dynamic inspection of the method hierarchy on a Ruby object")
|
||||||
(description
|
(description
|
||||||
"Introspection provides tools to inspect the hierarchy of method
|
"Introspection provides tools to inspect the hierarchy of method
|
||||||
|
|
Loading…
Reference in a new issue