php.buildPecl: Add checkPhase

Also update phpPackages' to use NO_INTERACTION

(cherry picked from commit 3a66432f2616484c880b6daea2393bf1e9425a33)
This commit is contained in:
Marco Sirabella
2021-06-01 14:38:16 +00:00
committed by github-actions[bot]
parent 37b13b3d08
commit 89e61ccf69
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -33,4 +33,5 @@ stdenv.mkDerivation (args // {
(dep: "mkdir -p ext; ln -s ${dep.dev}/include ext/${dep.extensionName}")
internalDeps}
'';
checkPhase = "NO_INTERACTON=yes make test";
})