aboutsummaryrefslogtreecommitdiff
path: root/guix-dev.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-03-24 10:49:10 +0000
committerChristopher Baines <mail@cbaines.net>2019-03-24 10:49:10 +0000
commit101caddecc552dd8ffc6ef4195390e674a9806cc (patch)
tree59760b3cef61572c193ce401d3a5026bda6f9632 /guix-dev.scm
parent0c02de432c1cea9588c77761905392ef44e5698b (diff)
downloaddata-service-101caddecc552dd8ffc6ef4195390e674a9806cc.tar
data-service-101caddecc552dd8ffc6ef4195390e674a9806cc.tar.gz
Add ruby-rerun to the guix-dev.scm file
As this is useful for running the server, and restarting automatically on code changes.
Diffstat (limited to 'guix-dev.scm')
-rw-r--r--guix-dev.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-dev.scm b/guix-dev.scm
index dd65c51..ff668e5 100644
--- a/guix-dev.scm
+++ b/guix-dev.scm
@@ -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")