prometheus-postfix-exporter: makeWrapper -> nativeBuildInputs

This commit is contained in:
WilliButz
2018-04-20 20:31:17 +02:00
parent d65a6cc6c9
commit fdee448486

View File

@@ -13,7 +13,8 @@ buildGoPackage rec {
sha256 = "1p2j66jzzgyv2w832pw57g02vrac6ldrblqllgwyy0i8krb3ibyz";
};
buildInputs = [ systemd makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ systemd ];
goDeps = ./postfix-exporter-deps.nix;