Unverified Commit 60c94de4 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

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

php.extensions.xsl: update extension in prevision of next PHP version
parents cff7262b c3813b73
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"; }