prometheus-postfix-exporter: buildFlags -> tags

zowoq b2fe4752 4db0983a

+1 -1
+1 -1
pkgs/servers/monitoring/prometheus/postfix-exporter.nix
··· 18 19 nativeBuildInputs = optional withSystemdSupport makeWrapper; 20 buildInputs = optional withSystemdSupport systemd; 21 - buildFlags = optional (!withSystemdSupport) "-tags nosystemd"; 22 23 goDeps = ./postfix-exporter-deps.nix; 24 extraSrcs = optionals withSystemdSupport [
··· 18 19 nativeBuildInputs = optional withSystemdSupport makeWrapper; 20 buildInputs = optional withSystemdSupport systemd; 21 + tags = optional (!withSystemdSupport) "nosystemd"; 22 23 goDeps = ./postfix-exporter-deps.nix; 24 extraSrcs = optionals withSystemdSupport [