diff options
author | ng0 <ng0@infotropique.org> | 2017-09-26 16:17:08 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-09-26 16:17:08 +0000 |
commit | 3c3090717610ea787fdd3562901329254a6af0d6 (patch) | |
tree | 2a6d129263ef349bc69f4bf62377dacf432ed5da /contrib/packages | |
parent | febd18e42cb9ce7b05a48db0550474681fb7133c (diff) |
..
Diffstat (limited to 'contrib/packages')
-rw-r--r-- | contrib/packages/guix/guix-env.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/guix/guix-env.scm b/contrib/packages/guix/guix-env.scm index 1182eb08da..c62a713a2b 100644 --- a/contrib/packages/guix/guix-env.scm +++ b/contrib/packages/guix/guix-env.scm @@ -146,7 +146,7 @@ ("autoconf" ,autoconf) ("automake" ,automake) ("gnu-gettext" ,gnu-gettext) - ("texinfo" ,texinfo-5.2) ; Debian stable. + ("texinfo" ,texinfo-5) ; Debian stable: 5.2 ("libtool" ,libtool))) ;; TODO: To make use of out:debug, which carries the symbols, ;; this file needs to fixed. |