apacheHttpd: passthru lua variables

This commit is contained in:
Daniel Nagy 2020-12-25 22:49:01 +01:00
parent 8dbd5276fe
commit f20d8091d4
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

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; {