Skip to content

Commit

Permalink
telegraf: use runVend
Browse files Browse the repository at this point in the history
this is needed on macOS to build gopsutils:

shirou/gopsutil#491
  • Loading branch information
Mic92 committed Jul 31, 2020
1 parent f68c979 commit 698b478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/servers/monitoring/telegraf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ buildGoModule rec {
sha256 = "0chi1ip7h7vplsyjvsfm9zbxjfdmgk17r16j70i9492dwln9frhj";
};

vendorSha256 = "02cfmky0zbhfwnr7c902k79az9pcywha9x7vsm82r2qqdhx1h9kz";
runVend = true;
vendorSha256 = "0c2sayg49b2rq3fnrbf741b6zy8byhwxlnxkhf5160gzqn6jy2rw";

buildFlagsArray = [ ''-ldflags=
-w -s -X main.version=${version}
Expand Down

0 comments on commit 698b478

Please sign in to comment.