contrib: the packages need texinfo now.
authorng0 <ng0@infotropique.org>
Mon, 21 Aug 2017 11:38:20 +0000 (11:38 +0000)
committerng0 <ng0@infotropique.org>
Mon, 21 Aug 2017 11:39:33 +0000 (11:39 +0000)
contrib/packages/guix/packages/gnunet/packages/gnunet.scm

index b3b17ada6c53e927f7090e4632a67ccdb1f301f8..5747143509a3fec890dcec46c6b40dfe596c10fa 100644 (file)
@@ -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))
          ("autoconf" ,autoconf)
          ("automake" ,automake)
          ("gnu-gettext" ,gnu-gettext)
+         ("texinfo" ,texinfo)
          ("libtool" ,libtool)))
       (outputs '("out" "debug"))
       (arguments
          ("libglade" ,libglade)
          ("autoconf" ,autoconf)
          ("gnu-gettext" ,gnu-gettext)
+         ("texinfo" ,texinfo)
          ("automake" ,automake)
          ("libtool" ,libtool)))
       (synopsis "Graphical front-end tools for GNUnet")
          ("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")))