aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/guix/guix-env.scm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/packages/guix/guix-env.scm')
-rw-r--r--contrib/packages/guix/guix-env.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/packages/guix/guix-env.scm b/contrib/packages/guix/guix-env.scm
index c62a713a2..da4a60b73 100644
--- a/contrib/packages/guix/guix-env.scm
+++ b/contrib/packages/guix/guix-env.scm
@@ -146,6 +146,7 @@
146 ("autoconf" ,autoconf) 146 ("autoconf" ,autoconf)
147 ("automake" ,automake) 147 ("automake" ,automake)
148 ("gnu-gettext" ,gnu-gettext) 148 ("gnu-gettext" ,gnu-gettext)
149 ("which" ,which)
149 ("texinfo" ,texinfo-5) ; Debian stable: 5.2 150 ("texinfo" ,texinfo-5) ; Debian stable: 5.2
150 ("libtool" ,libtool))) 151 ("libtool" ,libtool)))
151 ;; TODO: To make use of out:debug, which carries the symbols, 152 ;; TODO: To make use of out:debug, which carries the symbols,