phpfpm service: fix phpOptions

Broken due to #23216.
This commit is contained in:
Franz Pletz 2017-03-07 15:08:55 +01:00
parent d76db93155
commit d7674dabba
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -29,7 +29,7 @@ let
inherit (cfg) phpPackage phpOptions;
passAsFile = [ "phpOptions" ];
} ''
cat $phpPackage/etc/php.ini $phpOptionsFile > $out
cat $phpPackage/etc/php.ini $phpOptionsPath > $out
'';
in {