guix-commits
[Top][All Lists]
Advanced

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

06/07: system: Use 'info-reader' instead of Texinfo to avoid dragging Pe


From: Ludovic Courtès
Subject: 06/07: system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.
Date: Thu, 24 Mar 2016 21:47:46 +0000

civodul pushed a commit to branch master
in repository guix.

commit 02683c333104d6f79a98f0c55636edc178eba704
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 24 22:34:07 2016 +0100

    system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.
    
    * gnu/system.scm (%base-packages): Use INFO-READER instead of TEXINFO.
---
 gnu/system.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index f782d8e..8e05254 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -365,7 +365,7 @@ explicitly appear in OS."
          iproute
          net-tools                        ; XXX: remove when Inetutils suffices
          man-db
-         texinfo                               ;for the standalone Info reader
+         info-reader                     ;the standalone Info reader (no Perl)
 
          ;; 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]