guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: shepherd: Add dependency on guile-readline.


From: Ludovic Courtès
Subject: 01/04: gnu: shepherd: Add dependency on guile-readline.
Date: Sat, 17 Feb 2018 18:48:39 -0500 (EST)

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

commit bfb06e580e3ff497e057e2d85f95b2fe9f7f908b
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 17 00:52:15 2018 +0100

    gnu: shepherd: Add dependency on guile-readline.
    
    * gnu/packages/admin.scm (shepherd)[inputs]: Add GUILE-READLINE.
---
 gnu/packages/admin.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ae89bd0..6121402 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2014, 2015, 2016, 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2015, 2016, 2017 Eric Bavier <address@hidden>
@@ -178,7 +178,11 @@ and provides a \"top-like\" mode (monitoring).")
        ("guile" ,guile-2.2)))
     (inputs
      ;; ... and this is the one that appears in shebangs when cross-compiling.
-     `(("guile" ,guile-2.2)))
+     `(("guile" ,guile-2.2)
+
+       ;; The 'shepherd' command uses Readline when used interactively.  It's
+       ;; an unusual use case though, so we don't propagate it.
+       ("guile-readline" ,guile-readline)))
     (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]