guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.

commit 2267964b3a63961ce5b2858578ac387e9ebadff4
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 16:18:18 2025 +0300

    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 <[email protected]>
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index abd91b1880..64a1b31542 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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

Reply via email to