php-packages: cleanup
This commit is contained in:
parent
743c6a4187
commit
af32607630
@ -402,7 +402,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
|||||||
buildInputs = [ pcre' ] ++ lib.optionals (lib.versionAtLeast php.version "8.0") [
|
buildInputs = [ pcre' ] ++ lib.optionals (lib.versionAtLeast php.version "8.0") [
|
||||||
valgrind.dev
|
valgrind.dev
|
||||||
];
|
];
|
||||||
patches = [] ++ lib.optionals (lib.versionOlder php.version "7.4") [
|
patches = lib.optionals (lib.versionOlder php.version "7.4") [
|
||||||
(pkgs.writeText "zend_file_cache_config.patch" ''
|
(pkgs.writeText "zend_file_cache_config.patch" ''
|
||||||
--- a/ext/opcache/zend_file_cache.c
|
--- a/ext/opcache/zend_file_cache.c
|
||||||
+++ b/ext/opcache/zend_file_cache.c
|
+++ b/ext/opcache/zend_file_cache.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user