mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +00:00
openresty: default more explicitly to no modules
Set modules explicitly for the openresty package. Otherwise, the use of `callPackage ../nginx/generic.nix` will take 'modules' from the top-level, which may include a 'modules' variable set in an overlay... which can lead to some nicely confusing error messages. Fixes #158324
This commit is contained in:
parent
216ba61767
commit
14736a33cd
@ -21548,6 +21548,7 @@ with pkgs;
|
||||
|
||||
openresty = callPackage ../servers/http/openresty {
|
||||
withPerl = false;
|
||||
modules = [];
|
||||
};
|
||||
|
||||
opensmtpd = callPackage ../servers/mail/opensmtpd { };
|
||||
|
Loading…
Reference in New Issue
Block a user