rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9185526bcb9c548a1c6c9363edf1d39b16dab42c
Author: Robert Vollmert <[email protected]>
Date: Thu Jul 25 23:56:47 2019 +0200
gnu: ghc-libmpd-haskell: Disable tests.
Broken on i686.
* gnu/packages/haskell.scm (ghc-libmpd-haskell): Disable tests.
---
gnu/packages/haskell.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fbca99e..ed3d028 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11366,6 +11366,9 @@ imported with the correct Haskell types.")
(base32
"1931m23iqb4wddpdidm4ph746zpaw41kkjzmb074j7yyfpk7x1jv"))))
(build-system haskell-build-system)
+ ;; Tests fail:
+ ;; https://github.com/vimus/libmpd-haskell/issues/112
+ (arguments `(#:tests? #f))
(inputs
`(("ghc-attoparsec" ,ghc-attoparsec)
("ghc-old-locale" ,ghc-old-locale)