mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
bd5ddf2c6b
commit
c3813b73c5
@ -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 New Issue
Block a user