aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/guix/guix-env.scm
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-26 12:22:58 +0000
committerng0 <ng0@infotropique.org>2017-09-26 12:22:58 +0000
commit72e116bbf82953534d5f0bfb307e1ecd662a5fe8 (patch)
tree768b92ba245eb61a99af4cd63dedb64dbc0b59b8 /contrib/packages/guix/guix-env.scm
parentfce0277df0380f3758749c84222f0d76b612385b (diff)
downloadgnunet-72e116bbf82953534d5f0bfb307e1ecd662a5fe8.tar.gz
gnunet-72e116bbf82953534d5f0bfb307e1ecd662a5fe8.zip
contrib/packages/guix: use texinfo-5.2 for some packages. Start backporting Texlive-2012.
Diffstat (limited to 'contrib/packages/guix/guix-env.scm')
-rw-r--r--contrib/packages/guix/guix-env.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/guix/guix-env.scm b/contrib/packages/guix/guix-env.scm
index 6946fee57..1182eb08d 100644
--- a/contrib/packages/guix/guix-env.scm
+++ b/contrib/packages/guix/guix-env.scm
@@ -146,7 +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 ("texinfo" ,texinfo) 149 ("texinfo" ,texinfo-5.2) ; Debian stable.
150 ("libtool" ,libtool))) 150 ("libtool" ,libtool)))
151 ;; TODO: To make use of out:debug, which carries the symbols, 151 ;; TODO: To make use of out:debug, which carries the symbols,
152 ;; this file needs to fixed. 152 ;; this file needs to fixed.