mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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 @@ (define-public ghc-regex-posix
|
|||
(base32
|
||||
"0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an"))))
|
||||
(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")
|
||||
(synopsis "POSIX regular expressions for Haskell")
|
||||
(description "This library provides the POSIX regex backend used by the
|
||||
|
|
Loading…
Reference in a new issue