From c3d98cad5deec0d66f4d46bb21b107e05cc62b55 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 18 Jan 2013 16:56:59 +0100 Subject: 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. --- gnu/packages/gnutls.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm index 12caef34bf..f33c6f1736 100644 --- a/gnu/packages/gnutls.scm +++ b/gnu/packages/gnutls.scm @@ -65,15 +65,8 @@ (define-public gnutls (base32 "0zsybr9plllk1phh83bx9bg7c5ccik427j4n3k1s9fiy4j69n0w3")))) (build-system gnu-build-system) - - ;; Build of the Guile bindings is not parallel-safe. See - ;; - ;; 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 @@ (define-public gnutls ("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 -- cgit v1.2.3