mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: ghc-regex-posix: Propagate inputs.
* gnu/packages/haskell.scm (ghc-regex-posix): Propagate ghc-regex-base input.
This commit is contained in:
parent
1fe25c573a
commit
0eeaa169a0
1 changed files with 2 additions and 1 deletions
|
@ -2007,7 +2007,8 @@ regex-posix, regex-pcre, regex-parsec, regex-tdfa, regex-dfa.")
|
||||||
(base32
|
(base32
|
||||||
"0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an"))))
|
"0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-regex-base" ,ghc-regex-base)))
|
(propagated-inputs
|
||||||
|
`(("ghc-regex-base" ,ghc-regex-base)))
|
||||||
(home-page "http://sourceforge.net/projects/lazy-regex")
|
(home-page "http://sourceforge.net/projects/lazy-regex")
|
||||||
(synopsis "POSIX regular expressions for Haskell")
|
(synopsis "POSIX regular expressions for Haskell")
|
||||||
(description "This library provides the POSIX regex backend used by the
|
(description "This library provides the POSIX regex backend used by the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue