aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/guix
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-26 16:17:08 +0000
committerng0 <ng0@infotropique.org>2017-09-26 16:17:08 +0000
commit3c3090717610ea787fdd3562901329254a6af0d6 (patch)
tree2a6d129263ef349bc69f4bf62377dacf432ed5da /contrib/packages/guix
parentfebd18e42cb9ce7b05a48db0550474681fb7133c (diff)
downloadgnunet-3c3090717610ea787fdd3562901329254a6af0d6.tar.gz
gnunet-3c3090717610ea787fdd3562901329254a6af0d6.zip
..
Diffstat (limited to 'contrib/packages/guix')
-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 1182eb08d..c62a713a2 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-5.2) ; Debian stable. 149 ("texinfo" ,texinfo-5) ; Debian stable: 5.2
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.