1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-02 22:10:08 +03:00

Merge pull request #297826 from anthonyroussel/update-tomcat_connectors

apacheHttpdPackages.mod_jk: 1.2.48 -> 1.2.49, rename from tomcat_connectors
This commit is contained in:
Sandro 2024-07-02 20:26:13 +02:00 committed by GitHub
commit bd4241bcc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 31 deletions

View file

@ -435,7 +435,7 @@ in
example = literalExpression ''
[
"proxy_connect"
{ name = "jk"; path = "''${pkgs.tomcat_connectors}/modules/mod_jk.so"; }
{ name = "jk"; path = "''${pkgs.apacheHttpdPackages.mod_jk}/modules/mod_jk.so"; }
]
'';
description = ''