Files
nixpkgs/pkgs/development/php-packages/xdebug
Wolfgang Walther 755c316f38 php-packages: remove unused checkXXX options from buildPecl derivations
buildPecl overwrites the checkPhase like this:

  checkPhase = "NO_INTERACTON=yes make test";

Thus none of the checkXXX options set in nix are actually used.
2024-08-19 23:28:13 +02:00
..