Commit 16b5e60e authored by Vincent Haupert's avatar Vincent Haupert
Browse files

haproxy: remove `USE_SYSTEMD` flag

parent 16526b20
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 [