mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ghc-indents: Fix build.
* gnu/packages/haskell.scm (ghc-indents)[arguments]: Disable tests. [native-inputs]: Add ghc-tasty and ghc-tasty-hunit.
This commit is contained in:
parent
787231e957
commit
c95908bb03
1 changed files with 5 additions and 0 deletions
|
@ -2804,9 +2804,14 @@ (define-public ghc-indents
|
|||
(base32
|
||||
"1ly3v41jacc6lrsvg4j3m5a6zs90gr8dyif5m6bf34hj1k5cgg0n"))))
|
||||
(build-system haskell-build-system)
|
||||
;; This package needs an older version of tasty.
|
||||
(arguments '(#:tests? #f))
|
||||
(inputs
|
||||
`(("ghc-parsec" ,ghc-parsec)
|
||||
("ghc-concatenative" ,ghc-concatenative)))
|
||||
(native-inputs
|
||||
`(("ghc-tasty" ,ghc-tasty)
|
||||
("ghc-tasty-hunit" ,ghc-tasty-hunit)))
|
||||
(home-page "http://patch-tag.com/r/salazar/indents")
|
||||
(synopsis "Indentation sensitive parser-combinators for parsec")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue