diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-06-11 22:47:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-11 22:47:00 +0200 |
commit | 05ffd29d976d8f5eb8ad74b5cd2e419a79a3675c (patch) | |
tree | 66939b05e7f507febc8de35d04caa968891b1d4c | |
parent | 910416c8741d7deec179100e1fa30711efb7a1bf (diff) | |
download | guix-05ffd29d976d8f5eb8ad74b5cd2e419a79a3675c.tar guix-05ffd29d976d8f5eb8ad74b5cd2e419a79a3675c.tar.gz |
gnu: shepherd: Switch to Guile 2.2.
* gnu/packages/admin.scm (shepherd)[inputs]: Switch to GUILE-2.2.
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 730fe052cd..79f1a4c2ba 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -164,7 +164,7 @@ and provides a \"top-like\" mode (monitoring).") (arguments '(#:configure-flags '("--localstatedir=/var"))) (native-inputs `(("pkg-config" ,pkg-config))) - (inputs `(("guile" ,guile-2.0))) + (inputs `(("guile" ,guile-2.2))) (synopsis "System service manager") (description "The GNU Shepherd is a daemon-managing daemon, meaning that it supervises |