From 101caddecc552dd8ffc6ef4195390e674a9806cc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 24 Mar 2019 10:49:10 +0000 Subject: Add ruby-rerun to the guix-dev.scm file As this is useful for running the server, and restarting automatically on code changes. --- guix-dev.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guix-dev.scm') 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") -- cgit v1.2.3