guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: gnurl: Update to 7.55.1-4.


From: Ludovic Courtès
Subject: 01/07: gnu: gnurl: Update to 7.55.1-4.
Date: Sat, 23 Sep 2017 12:35:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a35e00336b1abd8ceb09c674a21fa277a60e5cbd
Author: ng0 <address@hidden>
Date:   Thu Sep 21 14:59:43 2017 +0000

    gnu: gnurl: Update to 7.55.1-4.
    
    * gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4.
    (native-inputs): Remove 'autoconf' and 'automake'.
    (arguments)[phases]: Remove 'autoconf' phase.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnunet.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 426d0ee..82702e4 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,14 +186,14 @@ and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.55.1-3")
+   (version "7.55.1-4")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://gnunet.org/sites/default/files/";
                                 name "-" version ".tar.bz2"))
             (sha256
              (base32
-              "1p2qdh44hgsxjlzh4d3n51xr66cg2z517vpr818flvcrmpq2vxpq"))))
+              "09c1bfwiwxqlh0dl839lslwhvkf98bvpyg9x4pcn3sagz0i8hxfl"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ; 1.5 MiB of man3 pages
@@ -201,9 +201,7 @@ and support for SSL3 and TLS.")
              ("libidn" ,libidn)
              ("zlib" ,zlib)))
    (native-inputs
-    `(("autoconf" ,autoconf)
-      ("automake" ,automake)
-      ("libtool" ,libtool)
+    `(("libtool" ,libtool)
       ("groff" ,groff)
       ("perl" ,perl)
       ("pkg-config" ,pkg-config)
@@ -234,10 +232,6 @@ and support for SSL3 and TLS.")
               (rename-file (string-append out "/share/man/man3")
                            (string-append doc "/share/man/man3"))
               #t)))
-        (add-after 'unpack 'autoconf
-          ;; Clear artifacts left (shebangs) from release preparation.
-          (lambda _
-            (zero? (system* "sh" "buildconf"))))
         (replace 'check
           (lambda _
             ;; It is unclear why test1026 fails, however the content of it



reply via email to

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