mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
apache-httpd: fix mod_perl by refering to apacheHttpdPackages (#26579)
This commit is contained in:
parent
c9802321c1
commit
c0df448d54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue