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

commit d5a511a94cad0d3f4907679b6aef57fb972a705c
Author: Saku Laesvuori <[email protected]>
AuthorDate: Fri Nov 14 15:51:02 2025 +0200

    gnu: ghc-pcre-light: Fix build
    
    * gnu/packages/haskell-xyz.scm (ghc-pcre-light)[inputs]: Add pcre.
    
    Change-Id: Ieacbad4487647da1bdf41032bd91826e46e488e4
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/haskell-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ac74a47653..3a6e6b8788 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9322,6 +9322,7 @@ rules.")
         (base32 "1rhlp0v32ahwlh5293xyq04my8f2ln1mfycpg01cm0qvmng2irmw"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "pcre-light")))
+    (inputs (list pcre))
     (native-inputs (list ghc-hunit))
     (arguments
      `(#:cabal-revision ("1"

Reply via email to