Merge pull request #167755 from superherointj/package-nfpm-enable-tests

nfpm: enable tests
This commit is contained in:
Mario Rodas 2022-04-07 17:09:21 -05:00 committed by GitHub
commit e25f6fd620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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