mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
ed726598fc
commit
46a64c7fdd
1 changed files with 1 additions and 0 deletions
|
@ -1006,6 +1006,7 @@ (define-public klee-uclibc
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue