mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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>
This commit is contained in:
parent
6075d25143
commit
acbf5b1022
1 changed files with 2 additions and 1 deletions
|
@ -584,7 +584,7 @@ (define-public unifdef
|
|||
(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 @@ (define-public aws-c-common
|
|||
'(#: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.")
|
||||
|
|
Loading…
Reference in a new issue