frankenphp: fix collision with php package
This commit is contained in:
parent
19500d10c6
commit
a3520e38bb
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in buildGoModule rec {
|
|||
|
||||
preFixup = ''
|
||||
mkdir -p $out/lib
|
||||
ln -s "${phpEmbedWithZts}/lib/php.ini" "$out/lib/php.ini"
|
||||
ln -s "${phpEmbedWithZts}/lib/php.ini" "$out/lib/frankenphp.ini"
|
||||
|
||||
wrapProgram $out/bin/frankenphp --set-default PHP_INI_SCAN_DIR $out/lib
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue