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
+1
View File
@@ -21495,6 +21495,7 @@ with pkgs;
openresty = callPackage ../servers/http/openresty {
withPerl = false;
modules = [];
};
opensmtpd = callPackage ../servers/mail/opensmtpd { };