aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-21 11:38:20 +0000
committerng0 <ng0@infotropique.org>2017-08-21 11:39:33 +0000
commitb6afa2bb38bcdaedc66b512c202975e5c0c285b5 (patch)
tree060ed38886a5416e718f188a3ab502dc20593c52 /contrib
parent16103a328dfc5f93d90312e88694305d5e7eda07 (diff)
contrib: the packages need texinfo now.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/packages/guix/packages/gnunet/packages/gnunet.scm39
1 files changed, 3 insertions, 36 deletions
diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index b3b17ada6c..5747143509 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -51,6 +51,7 @@
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python)
#:use-module (gnu packages tls)
+ #:use-module (gnu packages texinfo)
#:use-module (gnu packages upnp)
#:use-module (gnu packages web)
#:use-module (gnu packages xiph))
@@ -110,6 +111,7 @@
("autoconf" ,autoconf)
("automake" ,automake)
("gnu-gettext" ,gnu-gettext)
+ ("texinfo" ,texinfo)
("libtool" ,libtool)))
(outputs '("out" "debug"))
(arguments
@@ -331,6 +333,7 @@
("libglade" ,libglade)
("autoconf" ,autoconf)
("gnu-gettext" ,gnu-gettext)
+ ("texinfo" ,texinfo)
("automake" ,automake)
("libtool" ,libtool)))
(synopsis "Graphical front-end tools for GNUnet")
@@ -384,39 +387,3 @@
("libtool" ,libtool)))
(synopsis "FUSE for GNUnet")
(home-page "https://gnunet.org"))))
-
-;; A package to run the test suite (with libressl)
-(define-public gnunetgftl
- (package
- (inherit gnunetg)
- (name "gnunetgftl")
- (inputs
- `(("glpk" ,glpk)
- ("gnurl" ,gnurl)
- ("gstreamer" ,gstreamer)
- ("gst-plugins-base" ,gst-plugins-base)
- ("gnutls" ,gnutls)
- ("libextractor" ,libextractor)
- ("libgcrypt" ,libgcrypt)
- ("libidn" ,libidn)
- ("libmicrohttpd" ,libmicrohttpd)
- ("libltdl" ,libltdl)
- ("libunistring" ,libunistring)
- ("libressl" ,libressl)
- ("opus" ,opus)
- ("pulseaudio" ,pulseaudio)
- ("sqlite" ,sqlite)
- ("zlib" ,zlib)
- ("perl" ,perl)
- ("python" ,python-2) ; tests and gnunet-qr
- ("postgresql" ,postgresql)
- ("jansson" ,jansson)
- ("ncurses" ,ncurses)
- ("nss" ,nss)
- ("gmp" ,gmp)
- ("miniupnpc" ,miniupnpc)
- ("bluez" ,bluez) ; for optional bluetooth feature
- ("glib" ,glib)
- ;; ("texlive-minimal" ,texlive-minimal) ; optional.
- ("libogg" ,libogg)))
- (synopsis "gnunet git full with tests and libressl")))