tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prometheus-postfix-exporter: buildFlags -> tags
zowoq
4 years ago
b2fe4752
4db0983a
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
prometheus
postfix-exporter.nix
+1
-1
pkgs/servers/monitoring/prometheus/postfix-exporter.nix
···
18
18
19
19
nativeBuildInputs = optional withSystemdSupport makeWrapper;
20
20
buildInputs = optional withSystemdSupport systemd;
21
21
-
buildFlags = optional (!withSystemdSupport) "-tags nosystemd";
21
21
+
tags = optional (!withSystemdSupport) "nosystemd";
22
22
23
23
goDeps = ./postfix-exporter-deps.nix;
24
24
extraSrcs = optionals withSystemdSupport [