guix-commits
[Top][All Lists]
Advanced

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

02/32: gnu: aws-c-common: Only support i686 and x86_64.


From: guix-commits
Subject: 02/32: gnu: aws-c-common: Only support i686 and x86_64.
Date: Mon, 2 May 2022 09:16:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit acbf5b10228e98ad4eca6d0b87975baabb1776bf
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Apr 22 17:17:27 2022 +0000

    gnu: aws-c-common: Only support i686 and x86_64.
    
    * gnu/packages/c.scm (aws-c-common):
    [supported-systems]: Only support i686-linux and x86_64-linux.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/c.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 3450037c74..499ffa8a5e 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -584,7 +584,7 @@ portability.")
 (define-public aws-c-common
   (package
     (name "aws-c-common")
-    ; Update only when updating aws-crt-cpp.
+    ;; Update only when updating aws-crt-cpp.
     (version "0.6.20")
     (source (origin
               (method git-fetch)
@@ -600,6 +600,7 @@ portability.")
      '(#:configure-flags
        '("-DBUILD_SHARED_LIBS=ON")))
     (synopsis "Amazon Web Services core C library")
+    (supported-systems '("i686-linux" "x86_64-linux"))
     (description
      "This library provides common C99 primitives, configuration, data
  structures, and error handling for the @acronym{AWS,Amazon Web Services} 
SDK.")



reply via email to

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