From e211abfe9f15dfbefdc898756ba60e7bf51d3d2f Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 15 Nov 2023 12:43:53 +0200 Subject: gnu: ghc-base64: Skip tests on i686-linux. * gnu/packages/haskell-xyz.scm (ghc-base64)[arguments]: Skip tests when building for i686-linux. Change-Id: I2de264eb0a0b1ae3d6ca1e29c9b1dce589104aa1 --- gnu/packages/haskell-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/haskell-xyz.scm') diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 3260ecbe71..cc235a77d5 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -15968,7 +15968,9 @@ (define-public ghc-base64 ghc-tasty-quickcheck)) (arguments `(#:cabal-revision ("4" - "1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2"))) + "1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2") + #:tests? ,(not (or (%current-target-system) + (target-x86-32?))))) (home-page "https://github.com/emilypi/base64") (synopsis "Modern RFC 4648-compliant Base64 library") (description -- cgit v1.2.3