mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: ghc-infer-license: Fix build
* gnu/packages/haskell-xyz.scm (ghc-infer-license)[native-inputs]: Add hspec-discover. Change-Id: I37bf070abb625510d09bdec523b77e90db07e474 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
af1ff7b4f8
commit
614cd94444
@@ -6074,7 +6074,7 @@ lines continued at an indented level below.")
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "infer-license")))
|
||||
(inputs (list ghc-text-metrics))
|
||||
(native-inputs (list ghc-hspec))
|
||||
(native-inputs (list ghc-hspec hspec-discover))
|
||||
(home-page "http://hackage.haskell.org/package/infer-license")
|
||||
(synopsis "Infer software license from a given license file")
|
||||
(description "This library provides tools to infer a software
|
||||
|
||||
Reference in New Issue
Block a user