gnu: klee: Only build on x86_64 Linux.
* gnu/packages/check.scm (klee): Add supported-systems. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
842517477b
commit
ed726598fc
1 changed files with 1 additions and 0 deletions
|
@ -1111,6 +1111,7 @@ with the @code{klee} package.")
|
||||||
(native-inputs (list clang-13 llvm-13 python-lit))
|
(native-inputs (list clang-13 llvm-13 python-lit))
|
||||||
(inputs (list bash-minimal klee-uclibc gperftools sqlite z3 python python-tabulate))
|
(inputs (list bash-minimal klee-uclibc gperftools sqlite z3 python python-tabulate))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
(supported-systems '("x86_64-linux"))
|
||||||
(home-page "https://klee-se.org/")
|
(home-page "https://klee-se.org/")
|
||||||
(synopsis "Symbolic execution engine")
|
(synopsis "Symbolic execution engine")
|
||||||
(description "KLEE is a symbolic virtual machine built on top of the LLVM
|
(description "KLEE is a symbolic virtual machine built on top of the LLVM
|
||||||
|
|
Reference in a new issue