guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: guile3.0-gnutls: Update to 3.6.12.


From: guix-commits
Subject: branch core-updates updated: gnu: guile3.0-gnutls: Update to 3.6.12.
Date: Thu, 20 Feb 2020 11:54:24 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 5f9f034  gnu: guile3.0-gnutls: Update to 3.6.12.
5f9f034 is described below

commit 5f9f034e2fd1694bf92f4c40b405c46b8417e642
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Feb 20 17:51:57 2020 +0100

    gnu: guile3.0-gnutls: Update to 3.6.12.
    
    * gnu/packages/tls.scm (gnutls-3.6.10): Remove variable.
    (guile3.0-gnutls): Inherit from GNUTLS.
    [arguments]: Remove.
---
 gnu/packages/tls.scm | 29 ++---------------------------
 1 file changed, 2 insertions(+), 27 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index ca8838a..e498909 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -266,38 +266,13 @@ required structures.")
     (inputs `(("unbound" ,unbound)
               ,@(package-inputs gnutls)))))
 
-(define gnutls-3.6.10
-  ;; This is for 'guile3.0-gnutls', below.  Version 3.6.10 is the first to
-  ;; introduce Guile 2.9/3.0 support.
-  (package
-    (inherit gnutls)
-    (version "3.6.10")
-    (source (origin
-              (inherit (package-source gnutls))
-              (uri (string-append "mirror://gnupg/gnutls/v"
-                                  (version-major+minor version)
-                                  "/gnutls-" version ".tar.xz"))
-              (sha256
-               (base32
-                "14r2h73yfj66cm14k9mnb3kgzq5a7qjg5b31m53bf19vcxkwmwxi"))))))
-
 (define-public guile3.0-gnutls
   (package
-    (inherit gnutls-3.6.10)
+    (inherit gnutls)
     (name "guile3.0-gnutls")
-    (arguments
-     (substitute-keyword-arguments (package-arguments gnutls-3.6.10)
-       ((#:phases phases '%standard-phases)
-        `(modify-phases ,phases
-           (add-before 'build 'leave-guile-stdout-open
-             (lambda _
-               ;; Work around <https://bugs.gnu.org/38348>.
-               (substitute* "guile/Makefile"
-                 (("out=-") "out=/dev/null"))
-               #t))))))
     (inputs `(("guile" ,guile-next)
               ,@(alist-delete "guile"
-                              (package-inputs gnutls-3.6.10))))))
+                              (package-inputs gnutls))))))
 
 (define-public openssl
   (package



reply via email to

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