Merge pull request #112140 from fabaff/version-gotop

wip/yesman
Sandro 3 years ago committed by GitHub
commit 31a70d1144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/tools/system/gotop/default.nix

@ -14,6 +14,8 @@ buildGoModule rec {
runVend = true;
vendorSha256 = "sha256-GcIaUIuTiSY1aKxRtclfl7hMNaZZx4uoVG7ahjF/4Hs=";
buildFlagsArray = [ "-ldflags=-s -w -X main.Version=v${version}" ];
preCheck = ''
export HOME=$(mktemp -d)
'';

Loading…
Cancel
Save