me
/
guix
Archived
1
0
Fork 0

gnu: klee-uclibc: Only build on x86_64 Linux.

* gnu/packages/check.scm (klee-uclibc): Add supported-systems.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Sören Tempel 2024-07-27 11:10:58 +02:00 committed by Liliana Marie Prikler
parent ed726598fc
commit 46a64c7fdd
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 0 deletions

View File

@ -1006,6 +1006,7 @@ runner. It is quite unopinionated with most of its features being optional.")
(sha256
(base32 "12fnr5mq80cxwvv09gi844mi31jgi8067swagxnlxlhxj4mi125j"))))
(build-system gnu-build-system)
(supported-systems '("x86_64-linux"))
(arguments
`(#:tests? #f ;upstream uClibc tests do not work in the fork
#:strip-directories '() ;only ships a static library, so don't strip anything.