mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ghc-bsb-http-chunked: Disable tests on i686-linux.
* gnu/packages/haskell-web.scm (ghc-bsb-http-chunked)[arguments]: Disable tests on i686-linux.
This commit is contained in:
parent
b4a00fecfd
commit
81b228ed14
1 changed files with 5 additions and 0 deletions
|
@ -532,6 +532,11 @@ (define-public ghc-bsb-http-chunked
|
|||
(base32
|
||||
"0z0f18yc6zlwh29c6175ivfcin325lvi4irpvv0n3cmq7vi0k0ql"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(;; XXX: As of 0.0.4, one property test ("Identical output as Blaze")
|
||||
;; fails on i686-linux.
|
||||
#:tests? ,(not (string-prefix? "i686" (or (%current-target-system)
|
||||
(%current-system))))))
|
||||
(native-inputs
|
||||
`(("ghc-attoparsec" ,ghc-attoparsec)
|
||||
("ghc-blaze-builder" ,ghc-blaze-builder)
|
||||
|
|
Loading…
Reference in a new issue