wrapProgram for phpdbg in pkgs.php*

This commit is contained in:
Alex Good 2020-11-16 16:27:38 +00:00
parent da04a8e397
commit 68761cb016

View file

@ -126,6 +126,10 @@ let
if test -e $out/bin/php-fpm; then
wrapProgram $out/bin/php-fpm --set PHP_INI_SCAN_DIR $out/lib
fi
if test -e $out/bin/phpdbg; then
wrapProgram $out/bin/phpdbg --set PHP_INI_SCAN_DIR $out/lib
fi
'';
};
in