From 939c5c31d66f7951b71f65e30fbd56eab40a1717 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 8 Feb 2016 23:34:50 +0100 Subject: system: Add Texinfo to '%base-packages'. Fixes . Reported by myglc2 . * gnu/system.scm (%base-packages): Add TEXINFO. --- gnu/system.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/system.scm') diff --git a/gnu/system.scm b/gnu/system.scm index ff3a400719..9540324df0 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 -- cgit v1.2.3