guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: shepherd: Switch to Guile 2.2.


From: Ludovic Courtès
Subject: 01/02: gnu: shepherd: Switch to Guile 2.2.
Date: Sun, 11 Jun 2017 16:53:54 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 05ffd29d976d8f5eb8ad74b5cd2e419a79a3675c
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 11 22:47:00 2017 +0200

    gnu: shepherd: Switch to Guile 2.2.
    
    * gnu/packages/admin.scm (shepherd)[inputs]: Switch to GUILE-2.2.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 730fe05..79f1a4c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]