Merge pull request #233891 from abathur/haproxy_lua

haproxy: enable Lua on macOS
This commit is contained in:
Weijia Wang
2023-05-25 02:38:57 +03:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
{ useLua ? !stdenv.isDarwin
{ useLua ? true
, usePcre ? true
, withPrometheusExporter ? true
, stdenv, lib, fetchurl, nixosTests