diff options
author | pjotrp <pjotr.public01@thebird.nl> | 2015-07-13 15:32:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-18 17:15:03 +0200 |
commit | 6e9f2913ba800e3488b95c661438f3981095a259 (patch) | |
tree | 37aa0232c156a4cb3f4cc85a674f898439fe632c /doc | |
parent | 702675c51593f38b2d64812bb641711db569fd18 (diff) | |
download | patches-6e9f2913ba800e3488b95c661438f3981095a259.tar patches-6e9f2913ba800e3488b95c661438f3981095a259.tar.gz |
build-system/ruby: Add #:gem-flags parameter.
* guix/build-system/ruby.scm (build): add 'gem-flags' key
* guix/build/ruby-build-system.scm (build): use 'gem-flags' key
* doc/guix.texi (Build Systems): Mention #:gem-flags.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0d24b12f8c..71b3b2d529 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2458,7 +2458,8 @@ implements the RubyGems build procedure used by Ruby packages, which involves running @code{gem build} followed by @code{gem install}. Which Ruby package is used can be specified with the @code{#:ruby} -parameter. +parameter. A list of additional flags to be passed to the @command{gem} +command can be specified with the @code{#:gem-flags} parameter. @end defvr @defvr {Scheme Variable} waf-build-system |