Merge pull request #31044 from LumiGuide/fix-apache-httpd

apache-httpd: fix nix evaluation error
This commit is contained in:
Graham Christensen 2017-10-31 17:50:57 -04:00 committed by GitHub
commit e5a44f3034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -676,6 +676,7 @@ in
''
; Needed for PHP's mail() function.
sendmail_path = sendmail -t -i
'' + optionalString (!isNull config.time.timeZone) ''
; Apparently PHP doesn't use $TZ.
date.timezone = "${config.time.timeZone}"