forked from mirrors/nixpkgs
Merge pull request #233891 from abathur/haproxy_lua
haproxy: enable Lua on macOS
This commit is contained in:
commit
105037c7cf
|
@ -1,4 +1,4 @@
|
|||
{ useLua ? !stdenv.isDarwin
|
||||
{ useLua ? true
|
||||
, usePcre ? true
|
||||
, withPrometheusExporter ? true
|
||||
, stdenv, lib, fetchurl, nixosTests
|
||||
|
|
Loading…
Reference in a new issue