aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Vollmert <rob@vllmrt.net>2019-07-25 23:56:47 +0200
committerTimothy Sample <samplet@ngyro.com>2019-08-07 22:05:33 -0400
commit9ec2d6f84c67125865b92aecb5f64486dfbc570e (patch)
tree1cea8c0c03feedc1884246bbed10431409eda4d3
parent3755088b54ba83bf539d5afd8ec4f6dbc44be560 (diff)
downloadguix-9ec2d6f84c67125865b92aecb5f64486dfbc570e.tar
guix-9ec2d6f84c67125865b92aecb5f64486dfbc570e.tar.gz
gnu: ghc-libmpd-haskell: Disable tests.
* gnu/packages/haskell.scm (ghc-libmpd-haskell)[arguments]: Disable tests.
-rw-r--r--gnu/packages/haskell.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d7cbd37394..f6ced263ac 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11236,6 +11236,9 @@ imported with the correct Haskell types.")
(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)