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:
parent
0c02de432c
commit
101caddecc
1 changed files with 3 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue