guix-commits
[Top][All Lists]
Advanced

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

04/04: system: Add Texinfo to '%base-packages'.


From: Ludovic Courtès
Subject: 04/04: system: Add Texinfo to '%base-packages'.
Date: Mon, 08 Feb 2016 22:47:25 +0000

civodul pushed a commit to branch master
in repository guix.

commit 939c5c31d66f7951b71f65e30fbd56eab40a1717
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 8 23:34:50 2016 +0100

    system: Add Texinfo to '%base-packages'.
    
    Fixes <http://bugs.gnu.org/22598>.
    Reported by myglc2 <address@hidden>.
    
    * gnu/system.scm (%base-packages): Add TEXINFO.
---
 gnu/system.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index ff3a400..9540324 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -40,6 +40,7 @@
   #:use-module (gnu packages lsof)
   #:use-module (gnu packages gawk)
   #:use-module (gnu packages man)
+  #:use-module (gnu packages texinfo)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages firmware)
   #:autoload   (gnu packages cryptsetup) (cryptsetup)
@@ -363,6 +364,7 @@ explicitly appear in OS."
 
          net-tools                        ; XXX: remove when Inetutils suffices
          man-db
+         texinfo                               ;for the standalone Info reader
 
          ;; The 'sudo' command is already in %SETUID-PROGRAMS, but we also
          ;; want the other commands and the man pages (notably because



reply via email to

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