gnu: PHP: Fix test failure with newer cURL.

* gnu/packages/patches/php-curl-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/php.scm (php)[source](patches): Add it.
This commit is contained in:
Marius Bakke 2022-07-23 16:32:33 +02:00
parent 8f2be58833
commit 7aab4eddd0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 21 additions and 2 deletions

View file

@ -70,7 +70,8 @@
(sha256
(base32
"03d7icwys4ikl45q3rgsxv1m3i7kfxhykpx75nn7jzn6697s6wpa"))
(patches (search-patches "php-bug-74093-test.patch"))
(patches (search-patches "php-bug-74093-test.patch"
"php-curl-compat.patch"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"