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

View file

@ -164,7 +164,7 @@ (define-public shepherd
(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