tengine: Add modules to passthru
Follow the interface of the `nginx` package and expose the enabled modules. This is used in the `nginx` module to enable the `additionalModules` option.
This commit is contained in:
parent
950e92cac1
commit
fd10431871
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ stdenv.mkDerivation rec {
|
|||
mv $out/sbin $out/bin
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
inherit modules;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A web server based on Nginx and has many advanced features, originated by Taobao";
|
||||
homepage = "https://tengine.taobao.org";
|
||||
|
|
Loading…
Reference in a new issue