goPackage: enabled checks for goquery/cascadia
This commit is contained in:
parent
a523f234f1
commit
d254729034
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,7 @@ let
|
|||
goPackageAliases = [ "code.google.com/p/cascadia" ];
|
||||
propagatedBuildInputs = [ net ];
|
||||
buildInputs = propagatedBuildInputs;
|
||||
doCheck = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
|
@ -1328,6 +1329,7 @@ let
|
|||
goPackagePath = "github.com/PuerkitoBio/goquery";
|
||||
propagatedBuildInputs = [ cascadia net ];
|
||||
buildInputs = [ cascadia net ];
|
||||
doCheck = true;
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "PuerkitoBio";
|
||||
|
|
Loading…
Reference in a new issue