mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8f2be58833
commit
7aab4eddd0
3 changed files with 21 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue