Merge pull request #103976 from alexjg/wrapprogram-for-phpdbg

wrapProgram for phpdbg in pkgs.php*
This commit is contained in:
Elis Hirwing 2020-11-16 19:47:05 +01:00 committed by GitHub
commit a6b361d627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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