From 0aecb9fb029fc58bce4e124b26b6bb2d8ee007c9 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 17 Aug 2017 12:31:40 +0000 Subject: guix-env.scm: add texinfo. doc: fixes. Signed-off-by: ng0 --- guix-env.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guix-env.scm') diff --git a/guix-env.scm b/guix-env.scm index 9d4430097..54731858e 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -81,6 +81,7 @@ (gnu packages pulseaudio) (gnu packages python) (gnu packages tex) + (gnu packages texinfo) (gnu packages tls) (gnu packages video) (gnu packages web) @@ -133,6 +134,7 @@ ("autoconf" ,autoconf) ("automake" ,automake) ("gnu-gettext" ,gnu-gettext) + ("texinfo" ,texinfo) ("libtool" ,libtool))) ;; TODO: To make use of out:debug, which carries the symbols, ;; this file needs to fixed. -- cgit v1.2.3