httpx: do not build testing packages
This commit is contained in:
parent
7b04ee0f8a
commit
e4cb573405
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ buildGoModule rec {
|
|||
|
||||
vendorHash = "sha256-i/Fvuy9wzXot114BI0rIbLWDW70VEaDKGThTcTZLx1M=";
|
||||
|
||||
subPackages = [ "cmd/httpx" ];
|
||||
|
||||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
# Tests require network access
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue