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: guix: We need texl


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: contrib: guix: We need texlive.
Date: Thu, 24 Aug 2017 12:33:27 +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 b60084412 contrib: guix: We need texlive.
b60084412 is described below

commit b60084412b8c78465a4b0aaf0b9d116f82ff17cf
Author: ng0 <address@hidden>
AuthorDate: Thu Aug 24 10:27:53 2017 +0000

    contrib: guix: We need texlive.
---
 contrib/packages/guix/packages/gnunet/packages/gnunet.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm 
b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index f9684f677..8786a54bc 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -52,6 +52,7 @@
   #:use-module (gnu packages python)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages texinfo)
+  #:use-module (gnu packages tex)
   #:use-module (gnu packages upnp)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xiph))
@@ -60,8 +61,8 @@
 ;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
 ;; this causes lots of tests to fail.
 (define-public gnunetg
-  (let* ((commit "7985352713a5462bc737332d02ddcc870381b56a")
-         (revision "26"))
+  (let* ((commit "091ade13613a2880f59af39ceee988ac983645a3")
+         (revision "27"))
     (package
       (inherit gnunet)
       (name "gnunetg")
@@ -76,7 +77,7 @@
          (file-name (string-append name "-" version "-checkout"))
          (sha256
           (base32
-           "1xx4vvvrqsbmwk82xnz4wrr9a0jaic823y7mqpy13ibazhliwbqw"))))
+           "1irs8fs5hcv5bbbs71r1srl9p22h8y1kp2p5dapxrkiab68vrwhs"))))
       (build-system gnu-build-system)
       (inputs
        `(("glpk" ,glpk)
@@ -193,7 +194,7 @@
        ("miniupnpc" ,miniupnpc)
        ("bluez" ,bluez) ; for optional bluetooth feature
        ("glib" ,glib)
-       ;; ("texlive-minimal" ,texlive-minimal) ; optional.
+       ("texlive" ,texlive) ;TODO: Use a minimal subset.
        ("libogg" ,libogg)))
     (native-inputs
      `(("pkg-config" ,pkg-config)

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



reply via email to

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