mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: ghc-libmpd-haskell: Disable tests.
* gnu/packages/haskell.scm (ghc-libmpd-haskell)[arguments]: Disable tests.
This commit is contained in:
parent
3755088b54
commit
9ec2d6f84c
1 changed files with 3 additions and 0 deletions
|
@ -11236,6 +11236,9 @@ (define-public ghc-libmpd
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue