haproxy: remove USE_SYSTEMD flag

This commit is contained in:
Vincent Haupert
2025-05-07 12:24:40 +02:00
parent 16526b204c
commit 16b5e60e13
-1
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 [