guix: ruby-build-system: Do gem install --verbose.

This is helpful as it displays more information about what gem install is
doing, especially for packages with native extensions.

* guix/build/ruby-build-system.scm (install): Add --verbose to gem install command.
This commit is contained in:
Christopher Baines 2019-02-08 10:22:39 +00:00
parent ab149c6ba0
commit 9be39b4c67
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ GEM-FLAGS are passed to the 'gem' invokation, if present."
(or (zero?
(apply system* "gem" "install" gem-file
"--verbose"
"--local" "--ignore-dependencies" "--vendor"
;; Executables should go into /bin, not
;; /lib/ruby/gems.