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:
commit
60c94de436
1 changed files with 2 additions and 0 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Reference in a new issue