guix-commits
[Top][All Lists]
Advanced

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

03/07: system: hurd: Add 'info-reader' to %BASE-PACKAGES/HURD.


From: guix-commits
Subject: 03/07: system: hurd: Add 'info-reader' to %BASE-PACKAGES/HURD.
Date: Mon, 18 Oct 2021 04:19:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d1053f8969f0d27308e9ae7b017804d147c42da4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 17 23:46:49 2021 +0200

    system: hurd: Add 'info-reader' to %BASE-PACKAGES/HURD.
    
    * gnu/system/hurd.scm (%base-packages/hurd): Add INFO-READER.
---
 gnu/system/hurd.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index e976494..0794671 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -34,6 +34,7 @@
   #:use-module (gnu packages guile-xyz)
   #:use-module (gnu packages hurd)
   #:use-module (gnu packages less)
+  #:use-module (gnu packages texinfo)
   #:use-module (gnu services)
   #:use-module (gnu services base)
   #:use-module (gnu services hurd)
@@ -67,7 +68,8 @@
   (list hurd bash coreutils file findutils grep sed
         diffutils patch gawk tar gzip bzip2 xz lzip
         guile-3.0-latest guile-colorized guile-readline
-        net-base inetutils less shadow shepherd sudo which))
+        net-base inetutils less shadow shepherd sudo which
+        info-reader))
 
 (define %base-services/hurd
   (list (service hurd-console-service-type



reply via email to

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