Merge pull request #158333 from euank/openresty-set-modules

This commit is contained in:
Sandro 2022-03-02 15:04:17 +01:00 committed by GitHub
commit b8c42233f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21495,6 +21495,7 @@ with pkgs;
openresty = callPackage ../servers/http/openresty {
withPerl = false;
modules = [];
};
opensmtpd = callPackage ../servers/mail/opensmtpd { };