goconst: fix excludedPackages
This commit is contained in:
parent
0a272c46c1
commit
d68b9a9e59
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue