forked from mirrors/nixpkgs
wrapProgram for phpdbg in pkgs.php*
This commit is contained in:
parent
da04a8e397
commit
68761cb016
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue