gnu: ghc-yaml: Disable tests.

* gnu/packages/haskell.scm (ghc-yaml)[arguments]: Disable tests.
This commit is contained in:
Robert Vollmert 2019-07-26 00:07:58 +02:00 committed by Timothy Sample
parent 9ec2d6f84c
commit dbfaac113a
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -6210,6 +6210,9 @@ (define-public ghc-yaml
(base32
"0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w"))))
(build-system haskell-build-system)
;; The tests are broken on i686. They are fixed in 0.10.3.0.
;; See https://github.com/snoyberg/yaml/issues/158
(arguments `(#:tests? #f))
(inputs
`(("ghc-conduit" ,ghc-conduit)
("ghc-resourcet" ,ghc-resourcet)