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
|
if test -e $out/bin/php-fpm; then
|
||||||
wrapProgram $out/bin/php-fpm --set PHP_INI_SCAN_DIR $out/lib
|
wrapProgram $out/bin/php-fpm --set PHP_INI_SCAN_DIR $out/lib
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -e $out/bin/phpdbg; then
|
||||||
|
wrapProgram $out/bin/phpdbg --set PHP_INI_SCAN_DIR $out/lib
|
||||||
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue