guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit bdeadcfb091f096c1758ee50d3c7a15821ba1232
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 16:59:31 2025 +0300
gnu: ghc-lzma: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-lzma)[native-inputs]: Add pkg-config.
Change-Id: I1d3dbb61770ab5aa673b2f7d977948a127c27873
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 cf92af9f18..3ffb795204 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7198,7 +7198,7 @@ Same combinator can be used for attributes and elements
(build-system haskell-build-system)
(properties '((upstream-name . "lzma")))
(native-inputs (list ghc-quickcheck ghc-tasty ghc-tasty-hunit
- ghc-tasty-quickcheck))
+ ghc-tasty-quickcheck pkg-config))
(arguments
`(#:cabal-revision ("1"
"1lby8y4pf5kagdnywyjadv3hv9mfv3ygfdjrlh9gakyqgj8wjjhb")))