3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

build: ruby-build-system: Fix typo.

* guix/build/ruby-build-system: Fix spelling of "invocation".
This commit is contained in:
Vagrant Cascadian 2019-09-23 12:08:13 -07:00
parent fa4867cc99
commit 5da7a04abd
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -128,7 +128,7 @@ is #f."
(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"))