diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-24 22:34:07 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-24 22:47:15 +0100 |
commit | 02683c333104d6f79a98f0c55636edc178eba704 (patch) | |
tree | 072b252496ffc08bcf0d06b968770a3386cf3eed /gnu/system.scm | |
parent | 7feebd33aec8a456debf55373e291fe3d9128945 (diff) | |
download | guix-02683c333104d6f79a98f0c55636edc178eba704.tar guix-02683c333104d6f79a98f0c55636edc178eba704.tar.gz |
system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.
* gnu/system.scm (%base-packages): Use INFO-READER instead of TEXINFO.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index f782d8eacb..8e05254b33 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 |