1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: b2sum: Limit to x86_64-linux.

* gnu/packages/crypto.scm (b2sum)[supported-systems]: New field.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Greg Hogan
2023-03-22 12:52:28 +00:00
committed by Christopher Baines
parent c26687de41
commit e0cb344b18

View File

@@ -868,6 +868,8 @@ BLAKE.")
(file-name (git-file-name name version))
(sha256
(base32 "04z631v0vzl52g73v390ask5fnzi5wg83lcjkjhpmmymaz0jn152"))))
;; "This code requires at least SSE2".
(supported-systems '("x86_64-linux"))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "CC=" ,(cc-for-target))