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.scm4
1 files changed, 4 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..be529ec1d 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -26,6 +26,7 @@
26 #:use-module (gnu packages admin) 26 #:use-module (gnu packages admin)
27 #:use-module (gnu packages aidc) 27 #:use-module (gnu packages aidc)
28 #:use-module (gnu packages autotools) 28 #:use-module (gnu packages autotools)
29 #:use-module (gnu packages base)
29 #:use-module (gnu packages bison) 30 #:use-module (gnu packages bison)
30 #:use-module (gnu packages compression) 31 #:use-module (gnu packages compression)
31 #:use-module (gnu packages databases) 32 #:use-module (gnu packages databases)
@@ -60,6 +61,7 @@
60;; TODO: Use HEAD without checking sum of it. 61;; TODO: Use HEAD without checking sum of it.
61;; Explanation for name scheme: UNIXPATH is capped at 108 characters, 62;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
62;; this causes lots of tests to fail. 63;; this causes lots of tests to fail.
64;; FIXME: make this file MUCH shorter.
63(define-public gnunetg 65(define-public gnunetg
64 (let* ((commit "3c3090717610ea787fdd3562901329254a6af0d6") 66 (let* ((commit "3c3090717610ea787fdd3562901329254a6af0d6")
65 (revision "32")) 67 (revision "32"))
@@ -112,6 +114,7 @@
112 ("autoconf" ,autoconf) 114 ("autoconf" ,autoconf)
113 ("automake" ,automake) 115 ("automake" ,automake)
114 ("gnu-gettext" ,gnu-gettext) 116 ("gnu-gettext" ,gnu-gettext)
117 ("which" ,which)
115 ("texinfo" ,texinfo) 118 ("texinfo" ,texinfo)
116 ("libtool" ,libtool))) 119 ("libtool" ,libtool)))
117 (outputs '("out" "debug")) 120 (outputs '("out" "debug"))
@@ -199,6 +202,7 @@
199 (native-inputs 202 (native-inputs
200 `(("pkg-config" ,pkg-config) 203 `(("pkg-config" ,pkg-config)
201 ("autoconf" ,autoconf) 204 ("autoconf" ,autoconf)
205 ("which" ,which)
202 ("automake" ,automake) 206 ("automake" ,automake)
203 ("gnu-gettext" ,gnu-gettext) 207 ("gnu-gettext" ,gnu-gettext)
204 ("texinfo" ,texinfo) 208 ("texinfo" ,texinfo)