gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: Update guix-gnurl.scm to rec


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: Update guix-gnurl.scm to recent guix master changes.
Date: Sat, 07 Oct 2017 12:20:58 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new d7ce457c1 Update guix-gnurl.scm to recent guix master changes.
d7ce457c1 is described below

commit d7ce457c1b3c72fbc73cc18eab5b6b025f10ee8c
Author: ng0 <address@hidden>
AuthorDate: Sat Oct 7 10:20:29 2017 +0000

    Update guix-gnurl.scm to recent guix master changes.
---
 guix-gnurl.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/guix-gnurl.scm b/guix-gnurl.scm
index 80c93ebff..ff34365ba 100644
--- a/guix-gnurl.scm
+++ b/guix-gnurl.scm
@@ -3,7 +3,7 @@
 ;;; *
 ;;; * Copyright (C) 2016, 2017 ng0 <address@hidden>.
 ;;; *
-;;; * This file is an appendum to gnurl.
+;;; * This file is an appendum to gnURL.
 ;;; *
 ;;; * This software is licensed as described in the file COPYING, which
 ;;; * you should have received as part of this distribution. The terms
@@ -40,17 +40,24 @@
   (package
     (inherit gnurl)
     (name "gnurl-git")
-    (version (string-append "7.55.1-" "dev"))
+    (version (string-append "7.56.0-" "dev"))
     (source
      (local-file %source-dir
                  #:recursive? #t))
+    (inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ,@(package-inputs gnurl)))
     (arguments
      (substitute-keyword-arguments (package-arguments gnurl)
        ((#:phases phases)
         `(modify-phases ,phases
+           (add-after 'unpack 'autoconf
+             (lambda _
+               (zero? (system* "sh" "buildconf"))))
            (add-after 'build 'dist
              (lambda _
-               (zero? (system* "maketgz" "7.55.1-3"))))))))))
+               (zero? (system* "maketgz" "7.56.0-dev"))))))))))
            ;; (add-after 'check 'dist-check
            ;;   (lambda _
            ;;     (zero? (system* "make" "distcheck"))))))))))

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



reply via email to

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