mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
build: ruby-build-system: Fix typo.
* guix/build/ruby-build-system: Fix spelling of "invocation".
This commit is contained in:
parent
fa4867cc99
commit
5da7a04abd
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ (define* (check #:key tests? test-target #:allow-other-keys)
|
|||
(define* (install #:key inputs outputs (gem-flags '())
|
||||
#:allow-other-keys)
|
||||
"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
|
||||
(match:substring (string-match "ruby-(.*)\\.[0-9]$"
|
||||
(assoc-ref inputs "ruby"))
|
||||
|
|
Loading…
Reference in a new issue