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