mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
haproxy: remove USE_SYSTEMD
flag
This commit is contained in:
parent
16526b204c
commit
16b5e60e13
1 changed files with 0 additions and 1 deletions
|
@ -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 [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue