haproxy: remove USE_SYSTEMD flag

This commit is contained in:
Vincent Haupert 2025-05-07 10:54:22 +02:00
parent 16526b204c
commit 16b5e60e13

View file

@ -104,7 +104,6 @@ stdenv.mkDerivation (finalAttrs: {
"LUA_INC=${lua5_4}/include"
]
++ lib.optionals stdenv.hostPlatform.isLinux [
"USE_SYSTEMD=yes"
"USE_GETADDRINFO=1"
]
++ lib.optionals withPrometheusExporter [