gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: contrib: the packages need


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: contrib: the packages need texinfo now.
Date: Mon, 21 Aug 2017 13:41:44 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b6afa2bb3 contrib: the packages need texinfo now.
b6afa2bb3 is described below

commit b6afa2bb38bcdaedc66b512c202975e5c0c285b5
Author: ng0 <address@hidden>
AuthorDate: Mon Aug 21 11:38:20 2017 +0000

    contrib: the packages need texinfo now.
---
 .../guix/packages/gnunet/packages/gnunet.scm       | 39 ++--------------------
 1 file 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 b3b17ada6..574714350 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")))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]