guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/28: gnu: ghc-libmpd-haskell: Disable tests.


From: guix-commits
Subject: 26/28: gnu: ghc-libmpd-haskell: Disable tests.
Date: Wed, 7 Aug 2019 23:28:34 -0400 (EDT)

samplet pushed a commit to branch master
in repository guix.

commit 9ec2d6f84c67125865b92aecb5f64486dfbc570e
Author: Robert Vollmert <address@hidden>
Date:   Thu Jul 25 23:56:47 2019 +0200

    gnu: ghc-libmpd-haskell: Disable tests.
    
    * gnu/packages/haskell.scm (ghc-libmpd-haskell)[arguments]: 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 d7cbd37..f6ced26 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]