gnu: ghc-libmpd-haskell: Disable tests.

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

View file

@ -11236,6 +11236,9 @@ (define-public ghc-libmpd
(base32
"1931m23iqb4wddpdidm4ph746zpaw41kkjzmb074j7yyfpk7x1jv"))))
(build-system haskell-build-system)
;; Tests fail on i686.
;; See https://github.com/vimus/libmpd-haskell/issues/112
(arguments `(#:tests? #f))
(inputs
`(("ghc-attoparsec" ,ghc-attoparsec)
("ghc-old-locale" ,ghc-old-locale)