diff options
author | Robert Vollmert <rob@vllmrt.net> | 2019-07-25 23:56:47 +0200 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-08-07 22:05:33 -0400 |
commit | 9ec2d6f84c67125865b92aecb5f64486dfbc570e (patch) | |
tree | 1cea8c0c03feedc1884246bbed10431409eda4d3 /gnu/packages | |
parent | 3755088b54ba83bf539d5afd8ec4f6dbc44be560 (diff) | |
download | patches-9ec2d6f84c67125865b92aecb5f64486dfbc570e.tar patches-9ec2d6f84c67125865b92aecb5f64486dfbc570e.tar.gz |
gnu: ghc-libmpd-haskell: Disable tests.
* gnu/packages/haskell.scm (ghc-libmpd-haskell)[arguments]: Disable
tests.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell.scm | 3 |
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) |