mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: ghc-pcre-light: Set '#:extra-directories'.
This is a follow-up to commit 54a5fd0791
.
* gnu/packages/haskell-xyz.scm (ghc-pcre-light)[arguments]: Set
'#:extra-directories'.
This commit is contained in:
parent
9c5e3fb6a5
commit
a928f35b2c
1 changed files with 2 additions and 0 deletions
|
@ -9411,6 +9411,8 @@ (define-public ghc-pcre-light
|
|||
(base32
|
||||
"0xcyi1fivwg7a92mch5bcqzmrfxzqj42rmb3m8kgs61x4qwpxj82"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:extra-directories ("pcre")))
|
||||
(inputs
|
||||
`(("pcre" ,pcre)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue