~ruther/guix-local

c3d98cad5deec0d66f4d46bb21b107e05cc62b55 — Ludovic Courtès 13 years ago d7d408d
distro: gnutls: Adjust to the latest version.

* gnu/packages/gnutls.scm (gnutls): Remove the #:parallel-build?
  argument, which is no longer needed.  Remove the commented-out LZO
  input, since GnuTLS no longer supports it since 3.0.0.
1 files changed, 1 insertions(+), 9 deletions(-)

M gnu/packages/gnutls.scm
M gnu/packages/gnutls.scm => gnu/packages/gnutls.scm +1 -9
@@ 65,15 65,8 @@ portable, and only require an ANSI C89 platform.")
              (base32
               "0zsybr9plllk1phh83bx9bg7c5ccik427j4n3k1s9fiy4j69n0w3"))))
    (build-system gnu-build-system)

    ;; Build of the Guile bindings is not parallel-safe.  See
    ;; <http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=330995a920037b6030ec0282b51dde3f8b493cad>
    ;; for the actual fix.
    (arguments '(#:parallel-build? #f))

    (inputs
     `(("guile" ,guile-2.0)
       ;; ("lzo" ,lzo)
       ("zlib" ,guix:zlib)
       ("perl" ,perl)))
    (propagated-inputs


@@ 81,8 74,7 @@ portable, and only require an ANSI C89 platform.")
       ("nettle" ,nettle)
       ("which" ,which)))
    (home-page "http://www.gnu.org/software/gnutls/")
    (synopsis
     "The GNU Transport Layer Security Library")
    (synopsis "The GNU Transport Layer Security Library")
    (description
     "GnuTLS is a project that aims to develop a library which provides
a secure layer, over a reliable transport layer. Currently the GnuTLS