diff options
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index a633e0790b..191dcafb4a 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -70,7 +70,9 @@ (sha256 (base32 "1y0f1xgfi8cks6npdhrycg8r9g3q0pikqgf5h4xafpy8znmb61g3")) - (patches (search-patches "php-bug-74093-test.patch")) + (patches + (search-patches "php-bug-74093-test.patch" + "php-openssl_x509_checkpurpose_basic.patch")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" @@ -343,10 +345,7 @@ ;; Renicing a process fails in the build environment. "ext/standard/tests/general_functions/proc_nice_basic.phpt" ;; Can fail on fast machines? - "Zend/tests/bug74093.phpt" - - ;; Unknown reason <https://issues.guix.gnu.org/52513>. - "ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt")) + "Zend/tests/bug74093.phpt")) ;; Accomodate two extra openssl errors flanking the expected one: ;; random number generator:RAND_{load,write}_file:Cannot open file |