gotop: fix darwin build, enable checks (#95471)

This commit is contained in:
Matthieu Coudron 2020-08-15 12:07:59 +02:00 committed by GitHub
commit 78c735c76f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,12 @@ buildGoModule rec {
sha256 = "10qfzmq1wdgpvv319khzicalix1x4fqava0wry3bzz84k5c9dabs";
};
vendorSha256 = "1crphp41bfivfmfp3cl7pjca3ypds6mr3847msd4wvfq4g6imk55";
runVend = true;
vendorSha256 = "09vdhdgj74ifdhl6rmxddkvk7ls26jn8gswzcxf9389zkjzi7822";
doCheck = false;
preCheck = ''
export HOME=$(mktemp -d)
'';
meta = with stdenv.lib; {
description = "A terminal based graphical activity monitor inspired by gtop and vtop";