Add ruby-rerun to the guix-dev.scm file

As this is useful for running the server, and restarting automatically
on code changes.
This commit is contained in:
Christopher Baines 2019-03-24 10:49:10 +00:00
parent 0c02de432c
commit 101caddecc
Signed by: cbaines
GPG key ID: 5E28A33B0B84F577

View file

@ -35,6 +35,7 @@
(gnu packages guile-xyz) (gnu packages guile-xyz)
(gnu packages pkg-config) (gnu packages pkg-config)
(gnu packages texinfo) (gnu packages texinfo)
(gnu packages ruby)
(srfi srfi-1)) (srfi srfi-1))
(package (package
@ -52,7 +53,8 @@
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)
("ruby-rerun" ,ruby-rerun)))
(synopsis "TODO") (synopsis "TODO")
(description "TODO") (description "TODO")
(home-page "TODO") (home-page "TODO")