apache-httpd: fix mod_perl by refering to apacheHttpdPackages (#26579)
This commit is contained in:
parent
c9802321c1
commit
c0df448d54
@ -16,7 +16,7 @@ let
|
||||
|
||||
phpMajorVersion = head (splitString "." php.version);
|
||||
|
||||
mod_perl = pkgs.mod_perl.override { apacheHttpd = httpd; };
|
||||
mod_perl = pkgs.apacheHttpdPackages.mod_perl.override { apacheHttpd = httpd; };
|
||||
|
||||
defaultListen = cfg: if cfg.enableSSL
|
||||
then [{ip = "*"; port = 443;}]
|
||||
|
Loading…
Reference in New Issue
Block a user