ctop: enable tests

This commit is contained in:
superherointj 2022-04-06 11:13:57 -03:00 committed by Matthieu Coudron
parent edf1fb1e1b
commit 1234b38438

View File

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-UAja7XuoLqJFNcK1PgHGcuf/HbvSrWyRvW2D3T7Hg0g=";
doCheck = false;
ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.build=v${version}" ];
meta = with lib; {