aboutsummaryrefslogtreecommitdiff
path: root/guix-env.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-env.scm')
-rw-r--r--guix-env.scm2
1 files changed, 2 insertions, 0 deletions
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 @@
81 (gnu packages pulseaudio) 81 (gnu packages pulseaudio)
82 (gnu packages python) 82 (gnu packages python)
83 (gnu packages tex) 83 (gnu packages tex)
84 (gnu packages texinfo)
84 (gnu packages tls) 85 (gnu packages tls)
85 (gnu packages video) 86 (gnu packages video)
86 (gnu packages web) 87 (gnu packages web)
@@ -133,6 +134,7 @@
133 ("autoconf" ,autoconf) 134 ("autoconf" ,autoconf)
134 ("automake" ,automake) 135 ("automake" ,automake)
135 ("gnu-gettext" ,gnu-gettext) 136 ("gnu-gettext" ,gnu-gettext)
137 ("texinfo" ,texinfo)
136 ("libtool" ,libtool))) 138 ("libtool" ,libtool)))
137 ;; TODO: To make use of out:debug, which carries the symbols, 139 ;; TODO: To make use of out:debug, which carries the symbols,
138 ;; this file needs to fixed. 140 ;; this file needs to fixed.