build: ruby-build-system: Fix typo.
* guix/build/ruby-build-system: Fix spelling of "invocation".
This commit is contained in:
parent
fa4867cc99
commit
5da7a04abd
|
@ -128,7 +128,7 @@ is #f."
|
||||||
(define* (install #:key inputs outputs (gem-flags '())
|
(define* (install #:key inputs outputs (gem-flags '())
|
||||||
#:allow-other-keys)
|
#:allow-other-keys)
|
||||||
"Install the gem archive SOURCE to the output store item. Additional
|
"Install the gem archive SOURCE to the output store item. Additional
|
||||||
GEM-FLAGS are passed to the 'gem' invokation, if present."
|
GEM-FLAGS are passed to the 'gem' invocation, if present."
|
||||||
(let* ((ruby-version
|
(let* ((ruby-version
|
||||||
(match:substring (string-match "ruby-(.*)\\.[0-9]$"
|
(match:substring (string-match "ruby-(.*)\\.[0-9]$"
|
||||||
(assoc-ref inputs "ruby"))
|
(assoc-ref inputs "ruby"))
|
||||||
|
|
Loading…
Reference in New Issue