prometheus-postfix-exporter: buildFlags -> tags
This commit is contained in:
parent
4db0983ae4
commit
b2fe4752a4
@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
|
||||
nativeBuildInputs = optional withSystemdSupport makeWrapper;
|
||||
buildInputs = optional withSystemdSupport systemd;
|
||||
buildFlags = optional (!withSystemdSupport) "-tags nosystemd";
|
||||
tags = optional (!withSystemdSupport) "nosystemd";
|
||||
|
||||
goDeps = ./postfix-exporter-deps.nix;
|
||||
extraSrcs = optionals withSystemdSupport [
|
||||
|
Loading…
Reference in New Issue
Block a user