guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit 9a959fb631b4cbf37d8105cfeb9c980c45dfc11c
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 17:26:18 2025 +0300
gnu: ghc-getopt-generics: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-getopt-generics)[native-inputs]: Add hspec-discover.
Change-Id: I691c3522341c95b1b6b9162d16b961a75a8ab413
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 1724e52c12..cf193f35ba 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4608,7 +4608,7 @@ properties for functions operating on them.")
(build-system haskell-build-system)
(properties '((upstream-name . "getopt-generics")))
(inputs (list ghc-base-compat ghc-base-orphans ghc-generics-sop
ghc-tagged))
- (native-inputs (list ghc-quickcheck ghc-hspec ghc-safe ghc-silently))
+ (native-inputs (list ghc-quickcheck ghc-hspec hspec-discover ghc-safe
ghc-silently))
(home-page "https://github.com/soenkehahn/getopt-generics#readme")
(synopsis "Create command line interfaces with ease")
(description "This library provides tools to create command line