summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix.scm16
1 files 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 <ng0@n0.is>.
+;;; * Copyright (C) 2016, 2017, 2018 Nils Gillmann <gillmann@gnunet.org>.
;;; *
-;;; * 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")