~ruther/guix-local

46a64c7fdd057283063aae6df058579bb07c4b6a — Sören Tempel 1 year, 10 months ago ed72659
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>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +1 -0
@@ 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.