goconst: fix excludedPackages

This commit is contained in:
Mario Rodas 2020-10-01 04:20:00 -05:00
parent 0a272c46c1
commit d68b9a9e59

View File

@ -8,7 +8,8 @@ buildGoPackage rec {
version = "1.2.0";
goPackagePath = "github.com/jgautheron/goconst";
excludedPackages = ''testdata'';
excludedPackages = [ "tests" ];
src = fetchFromGitHub {
owner = "jgautheron";