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