Björn Höfling writes: > On Sun, 27 Jan 2019 11:49:48 +0000 > Christopher Baines wrote: > >> * gnu/packages/ruby.scm (ruby-ruby-progressbar): New variable. >> --- >> gnu/packages/ruby.scm | 22 ++++++++++++++++++++++ >> 1 file changed, 22 insertions(+) >> >> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm >> index 808b2d8686..15382de017 100644 >> --- a/gnu/packages/ruby.scm >> +++ b/gnu/packages/ruby.scm >> @@ -2507,6 +2507,28 @@ rate.") >> (home-page "https://github.com/paul/progress_bar") >> (license license:wtfpl2))) >> >> +(define-public ruby-ruby-progressbar >> + (package >> + (name "ruby-ruby-progressbar") > > Although we do not have a specific section about Ruby packages, I would > stick to the rules for Python packages: > > https://www.gnu.org/software/guix/manual/en/guix.html#Python-Modules > > "If a project already contains the word python, we drop this; for > instance, the module python-dateutil is packaged under the names python-dateutil" > > Thus, rename the package to just "ruby-progressbar". That makes sense, I've updated the name of the package and the references. Thanks, Chris