apacheHttpd: passthru lua variables

This commit is contained in:
Daniel Nagy
2020-12-25 22:49:01 +01:00
parent 8dbd5276fe
commit f20d8091d4

View File

@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
'';
passthru = {
inherit apr aprutil sslSupport proxySupport ldapSupport;
inherit apr aprutil sslSupport proxySupport ldapSupport luaSupport lua5;
};
meta = with stdenv.lib; {