about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-12-26 18:50:31 +0100
committerGitHub <noreply@github.com>2020-12-26 18:50:31 +0100
commit676b7d589fbd063471f69f65a120e7807ff05c92 (patch)
tree1901da30ee1ba06ea07903f3b819a7d93e2d6bbb /pkgs/servers
parenta76d69addf1bc24a165e8b3b69ede70162159f87 (diff)
parentf2ca4c8f1d237bc88b769f80332efcc4d0b531e5 (diff)
downloadnixlib-676b7d589fbd063471f69f65a120e7807ff05c92.tar
nixlib-676b7d589fbd063471f69f65a120e7807ff05c92.tar.gz
nixlib-676b7d589fbd063471f69f65a120e7807ff05c92.tar.bz2
nixlib-676b7d589fbd063471f69f65a120e7807ff05c92.tar.lz
nixlib-676b7d589fbd063471f69f65a120e7807ff05c92.tar.xz
nixlib-676b7d589fbd063471f69f65a120e7807ff05c92.tar.zst
nixlib-676b7d589fbd063471f69f65a120e7807ff05c92.zip
Merge pull request #107649 from nagy/apache-lua-paths
apacheHttpd, nixos/httpd: set lua paths
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index 4b63b589ea95..71f8c8054c71 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -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; {