gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: guix.scm fix for 7.59.0


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: guix.scm fix for 7.59.0
Date: Fri, 30 Mar 2018 17:25:19 +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 5a8e37b74 guix.scm fix for 7.59.0
5a8e37b74 is described below

commit 5a8e37b74d96b8ce66b2b51189dd9f1fc51add84
Author: Nils Gillmann <address@hidden>
AuthorDate: Fri Mar 30 15:24:15 2018 +0000

    guix.scm fix for 7.59.0
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 guix.scm | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/guix.scm b/guix.scm
index c5662a2c6..9c5b66e4c 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,9 +1,9 @@
 ;;; 
/***************************************************************************
 ;;; *
 ;;; *
-;;; * Copyright (C) 2016, 2017, 2018 ng0 <address@hidden>.
+;;; * Copyright (C) 2016, 2017, 2018 Nils Gillmann <address@hidden>.
 ;;; *
-;;; * This file is an appendum to gnURL.
+;;; * This file is an appendum to gnURL, based on cURL/libcurl.
 ;;; *
 ;;; * This software is licensed as described in the file COPYING, which
 ;;; * you should have received as part of this distribution. The terms
@@ -41,7 +41,7 @@
   (package
     (inherit gnurl)
     (name "gnurl-git")
-    (version (string-append "7.58.0-" "dev"))
+    (version (string-append "7.59.0-" "dev"))
     (source
      (local-file %source-dir
                  #:recursive? #t))
@@ -49,16 +49,6 @@
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ,@(package-native-inputs gnurl)))
-    ;; (inputs
-    ;;  `(("libidn2" ,libidn2)
-    ;;    ,@(alist-delete "libidn" (package-inputs gnurl))))
-    ;; (arguments
-    ;;  (substitute-keyword-arguments (package-arguments gnurl)
-    ;;    ((#:phases phases)
-    ;;     `(modify-phases ,phases
-    ;;        (add-after 'unpack 'autoconf
-    ;;          (lambda _
-    ;;            (zero? (system* "sh" "buildconf"))))))))
     (arguments
      ;;`(;#:configure-flags '("--enable-gnurl")
      `(;;#:configure-flags '("--disable-ntlm-wb")

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



reply via email to

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