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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a26ba23cdd gnu: s2n: Support all 64-bit systems.
a26ba23cdd is described below

commit a26ba23cdd476cb5eb8378c4785ccf1bc4145f17
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Nov 3 10:38:26 2024 +0200

    gnu: s2n: Support all 64-bit systems.
    
    * gnu/packages/tls.scm (s2n)[supported-systems]: Expand to all 64-bit
    systems supported in Guix.
    
    Change-Id: Ide97bf8e5ec5090c4fb740c90cf0ec2aee4a3771
---
 gnu/packages/tls.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 1a1ce0d215..43806e24da 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1162,7 +1162,7 @@ derived from Mozilla's collection.")
      '(#:configure-flags
        '("-DBUILD_SHARED_LIBS=ON")))
     (propagated-inputs (list aws-lc))
-    (supported-systems '("aarch64-linux" "x86_64-linux"))
+    (supported-systems %64bit-supported-systems)
     (synopsis "SSL/TLS implementation in C99")
     (description
      "This library provides a C99 implementation of SSL/TLS.  It is designed to

Reply via email to