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 pkg-config)
|
||||
(gnu packages texinfo)
|
||||
(gnu packages ruby)
|
||||
(srfi srfi-1))
|
||||
|
||||
(package
|
||||
|
|
@ -52,7 +53,8 @@
|
|||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("ruby-rerun" ,ruby-rerun)))
|
||||
(synopsis "TODO")
|
||||
(description "TODO")
|
||||
(home-page "TODO")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue