Conversation
|
I'll check whether this builds well on my machine |
|
This derivation also keeps failing with following issue: The flag |
e5e7735 to
ba7bf9c
Compare
|
Can you try again now? |
b3af256 to
0f749b8
Compare
|
I pushed a temporary commit (part of #85) to check if it is correctly building on MacOS. |
0f749b8 to
bdcc6a6
Compare
bdcc6a6 to
2ca5c87
Compare
|
@HelloWorld017 @shyim Any update here? |
whooo works |
|
Yes, it works on my laptop too. 👍 |
|
Might be faster to merge it that way, since we would have to review that patch otherwise. |
2ca5c87 to
d66a484
Compare
|
I just removed the commit. |
| "--with-libxml-dir=${prev.libxml2.dev}" | ||
| ] | ||
| ++ prev.lib.optionals (prev.lib.versionAtLeast args.version "7.3") [ | ||
| "--with-pcre-regex=${prev.pcre2.dev}" |
There was a problem hiding this comment.
Actually, not sure about this. Should not it be versionOlder args.version "7.4"? I would expect newer PHP versions to pick it up using pkg-config.
There was a problem hiding this comment.
I'm not sure either, maybe @shyim or @HelloWorld017 knows?
There was a problem hiding this comment.
He is right. It should be applied to php<=7.3 (7.3, 7.2, ...)
You can just add it below to the xml line
There was a problem hiding this comment.
I'll open a new PR right now. Sorry about that.
Context: #201 (comment) Related PR: #201
Context: #201 (comment) Related PR: #201
Context: #201 (comment) Related PR: #201
This PR: