mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 20:51:57 +01:00
Try disabling pkg-config for regex-pcre2, #7698
This commit is contained in:
parent
b1ec37f59b
commit
b123401c81
@ -185,7 +185,7 @@ packages:
|
|||||||
- system-filepath
|
- system-filepath
|
||||||
|
|
||||||
"Pete Ryland <pdr@pdr.cx> @peteryland":
|
"Pete Ryland <pdr@pdr.cx> @peteryland":
|
||||||
- regex-pcre2 < 0 # Compilation failure, https://github.com/commercialhaskell/stackage/issues/7698
|
- regex-pcre2
|
||||||
|
|
||||||
"Diogo Biazus <diogo@biazus.ca>":
|
"Diogo Biazus <diogo@biazus.ca>":
|
||||||
- hasql-notifications
|
- hasql-notifications
|
||||||
@ -7969,6 +7969,10 @@ package-flags:
|
|||||||
|
|
||||||
path:
|
path:
|
||||||
os-string: true
|
os-string: true
|
||||||
|
|
||||||
|
# Debugging https://github.com/commercialhaskell/stackage/issues/7698
|
||||||
|
regex-pcre2:
|
||||||
|
pkg-config: false
|
||||||
# end of package-flags
|
# end of package-flags
|
||||||
|
|
||||||
# Special configure options for individual packages
|
# Special configure options for individual packages
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user