Skip to content

Commit c0df448

Browse files
vaartisqknight
authored andcommittedJun 15, 2017
apache-httpd: fix mod_perl by refering to apacheHttpdPackages (#26579)
1 parent c980232 commit c0df448

File tree

1 file changed

+1
-1
lines changed
  • nixos/modules/services/web-servers/apache-httpd

1 file changed

+1
-1
lines changed
 

Diff for: ‎nixos/modules/services/web-servers/apache-httpd/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let
1616

1717
phpMajorVersion = head (splitString "." php.version);
1818

19-
mod_perl = pkgs.mod_perl.override { apacheHttpd = httpd; };
19+
mod_perl = pkgs.apacheHttpdPackages.mod_perl.override { apacheHttpd = httpd; };
2020

2121
defaultListen = cfg: if cfg.enableSSL
2222
then [{ip = "*"; port = 443;}]

0 commit comments

Comments
 (0)
Please sign in to comment.