php: remove whitespace

main
Shyim 2 years ago committed by GitHub
parent 8fb8ccb179
commit 994b6400c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/interpreters/php/generic.nix

@ -176,7 +176,7 @@ let
if test -e $out/bin/phpdbg; then
wrapProgram $out/bin/phpdbg --set PHP_INI_SCAN_DIR $out/lib
fi
if test -e $out/bin/php-cgi; then
wrapProgram $out/bin/php-cgi --set PHP_INI_SCAN_DIR $out/lib
fi

Loading…
Cancel
Save