0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

php.buildEnv: Add phpIni attribute for easy access to the php.ini

This commit is contained in:
talyz 2020-04-24 19:34:34 +02:00
parent d61040716e
commit c3d5d92f4a
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B
2 changed files with 4 additions and 3 deletions

View file

@ -338,7 +338,7 @@ let
}
''
cat ${php}/etc/php.ini > $out
cat ${php}/lib/custom-php.ini > $out
cat ${php.phpIni} > $out
echo "$options" >> $out
'';