guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 12/28: gnu: ghc-libmpd-haskell: Disable tests.
Date: Thu, 1 Aug 2019 12:14:04 -0400 (EDT)

rob pushed a commit to branch wip-haskell-updates
in repository guix.

commit 95e0459cbdb8a237c526de33279f0fe226d355b9
Author: Robert Vollmert <address@hidden>
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 20ecc5f..611176c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11337,6 +11337,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)



reply via email to

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