summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-07-23 16:32:33 +0200
committerMarius Bakke <marius@gnu.org>2022-07-23 18:37:57 +0200
commit7aab4eddd04e4b26986903680b28dce2de0f4db0 (patch)
tree6b25377ad2df7f8d42e5880a3f88a309668e7b02 /gnu/packages/php.scm
parent8f2be58833d6229576719e1c3578919ec873807e (diff)
downloadguix-patches-7aab4eddd04e4b26986903680b28dce2de0f4db0.tar
guix-patches-7aab4eddd04e4b26986903680b28dce2de0f4db0.tar.gz
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.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r--gnu/packages/php.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 22cf674218..fdea27160d 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -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"