mbox series

[bug#57542,0/2] Add ruby-pry-doc

Message ID 20220902090016.7968-1-higashi@taiju.info
Headers show
Series Add ruby-pry-doc | expand

Message

Taiju HIGASHI Sept. 2, 2022, 9 a.m. UTC
Hi,

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(+)

--
2.37.2

Comments

Christopher Baines Sept. 2, 2022, 6:56 p.m. UTC | #1
Taiju HIGASHI <higashi@taiju.info> 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