Taiju HIGASHI writes: > I'm setting up a Ruby development environment on Emacs with Guix. > I want to add ruby-pry-doc because the official Guix channel distributes > emacs-robe and ruby-pry (emacs-robe required pry), but ruby-pry-doc is not. > (Strictly speaking, installing pry-doc when using robe is optional, but it is > inconvenient without it.) > > Thanks, > taiju > > Taiju HIGASHI (2): > gnu: Add ruby-latest-ruby. > gnu: Add ruby-pry-doc. > > gnu/packages/ruby.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) Thanks Taiju, I've gone ahead and pushed these as 34766a6631c97af0f13af6c16e1c9d26780e5cb5. Chris