aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/packages/guix/packages/gnunet/packages/gnunet.scm')
-rw-r--r--contrib/packages/guix/packages/gnunet/packages/gnunet.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index fbc132d78..eaceb68fc 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -60,6 +60,7 @@
60;; TODO: Use HEAD without checking sum of it. 60;; TODO: Use HEAD without checking sum of it.
61;; Explanation for name scheme: UNIXPATH is capped at 108 characters, 61;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
62;; this causes lots of tests to fail. 62;; this causes lots of tests to fail.
63;; FIXME: make this file MUCH shorter.
63(define-public gnunetg 64(define-public gnunetg
64 (let* ((commit "3c3090717610ea787fdd3562901329254a6af0d6") 65 (let* ((commit "3c3090717610ea787fdd3562901329254a6af0d6")
65 (revision "32")) 66 (revision "32"))
@@ -112,6 +113,7 @@
112 ("autoconf" ,autoconf) 113 ("autoconf" ,autoconf)
113 ("automake" ,automake) 114 ("automake" ,automake)
114 ("gnu-gettext" ,gnu-gettext) 115 ("gnu-gettext" ,gnu-gettext)
116 ("which" ,which)
115 ("texinfo" ,texinfo) 117 ("texinfo" ,texinfo)
116 ("libtool" ,libtool))) 118 ("libtool" ,libtool)))
117 (outputs '("out" "debug")) 119 (outputs '("out" "debug"))
@@ -199,6 +201,7 @@
199 (native-inputs 201 (native-inputs
200 `(("pkg-config" ,pkg-config) 202 `(("pkg-config" ,pkg-config)
201 ("autoconf" ,autoconf) 203 ("autoconf" ,autoconf)
204 ("which" ,which)
202 ("automake" ,automake) 205 ("automake" ,automake)
203 ("gnu-gettext" ,gnu-gettext) 206 ("gnu-gettext" ,gnu-gettext)
204 ("texinfo" ,texinfo) 207 ("texinfo" ,texinfo)