~ruther/guix-local

1aace3dc34d703ebabc47057dc7efb98e38d2340 — ng0 8 years ago aad2dbf
gnu: gnurl: Update to 7.56.1-2.

* gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2.
[arguments]: Adjust the #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
1 files changed, 4 insertions(+), 14 deletions(-)

M gnu/packages/gnunet.scm
M gnu/packages/gnunet.scm => gnu/packages/gnunet.scm +4 -14
@@ 5,7 5,7 @@
;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 186,14 186,14 @@ and support for SSL3 and TLS.")
(define-public gnurl
  (package
   (name "gnurl")
   (version "7.56.1")
   (version "7.56.1-2")
   (source (origin
            (method url-fetch)
            (uri (string-append "https://gnunet.org/sites/default/files/"
                                name "-" version ".tar.bz2"))
            (sha256
             (base32
              "0phbs3lw0a561fqsj4fyngmpaznjlnx4qx9n9xzglivy69r9j1n8"))))
              "092lpwjdg0z5bbf6i331ydm49qy05xrb3vagggmpi8pl7v3zv88j"))))
   (build-system gnu-build-system)
   (outputs '("out"
              "doc"))                             ; 1.5 MiB of man3 pages


@@ 207,17 207,7 @@ and support for SSL3 and TLS.")
      ("pkg-config" ,pkg-config)
      ("python" ,python-2)))
   (arguments
    `(#:configure-flags '("--enable-ipv6" "--with-gnutls" "--without-libssh2"
                          "--without-libmetalink" "--without-winidn"
                          "--without-librtmp" "--without-nghttp2"
                          "--without-nss" "--without-cyassl"
                          "--without-polarssl" "--without-ssl"
                          "--without-winssl" "--without-darwinssl"
                          "--disable-sspi" "--disable-ntlm-wb"
                          "--disable-ldap" "--disable-rtsp" "--disable-dict"
                          "--disable-telnet" "--disable-tftp" "--disable-pop3"
                          "--disable-imap" "--disable-smtp" "--disable-gopher"
                          "--disable-file" "--disable-ftp" "--disable-smb")
    `(#:configure-flags (list "--disable-ntlm-wb")
      #:test-target "test"
      #:parallel-tests? #f
      #:phases