mmake: Disable non-localhost network access tests
Bug fixed by #173702 runs the previously skipped tests for this package.
This commit is contained in:
parent
1b748f081a
commit
7f2ef311e2
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ buildGoModule rec {
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
checkFlags = [ "-short" ];
|
# Almost all tests require non-local networking, trying to resolve githubusercontent.com.
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tj/mmake";
|
homepage = "https://github.com/tj/mmake";
|
||||||
|
|
Loading…
Reference in a new issue