Merge pull request #295968 from drupol/php/extensions/xsl/update-for-php84

php.extensions.xsl: update extension in prevision of next PHP version
This commit is contained in:
Thomas Gerbet 2024-03-14 23:33:38 +01:00 committed by GitHub
commit 60c94de436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"; }