php.extensions.xsl: update extension in prevision of next PHP version

see comments from @nielsdos at https://github.com/php/php-src/pull/13031
This commit is contained in:
Pol Dellaiera 2024-03-14 21:24:45 +01:00
parent bd5ddf2c6b
commit c3813b73c5
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -663,7 +663,9 @@ lib.makeScope pkgs.newScope (self: with self; {
{
name = "xsl";
buildInputs = [ libxslt libxml2 ];
internalDeps = [ php.extensions.dom ];
doCheck = false;
env.NIX_CFLAGS_COMPILE = toString [ "-I../.." "-DHAVE_DOM" ];
configureFlags = [ "--with-xsl=${libxslt.dev}" ];
}
{ name = "zend_test"; }