prometheus-postfix-exporter: buildFlags -> tags

This commit is contained in:
zowoq 2021-08-08 10:11:16 +10:00
parent 4db0983ae4
commit b2fe4752a4

View file

@ -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 [