goconst: fix excludedPackages
This commit is contained in:
parent
0a272c46c1
commit
d68b9a9e59
@ -8,7 +8,8 @@ buildGoPackage rec {
|
||||
version = "1.2.0";
|
||||
|
||||
goPackagePath = "github.com/jgautheron/goconst";
|
||||
excludedPackages = ''testdata'';
|
||||
|
||||
excludedPackages = [ "tests" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jgautheron";
|
||||
|
Loading…
Reference in New Issue
Block a user