gnu: shepherd: Switch to Guile 2.2.

* gnu/packages/admin.scm (shepherd)[inputs]: Switch to GUILE-2.2.
This commit is contained in:
Ludovic Courtès 2017-06-11 22:47:00 +02:00
parent 910416c874
commit 05ffd29d97
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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