Revert "gh: enable tests"

This reverts commit c7deb49058baaeeba60065e62487476a7f35724c.

Fails with sandboxing.
This commit is contained in:
zowoq 2021-01-26 07:26:59 +10:00
parent 87a269015f
commit a7dda29d8a

View File

@ -1,9 +1,4 @@
{ lib
, fetchFromGitHub
, buildGoModule
, installShellFiles
, git
}:
{ lib, fetchFromGitHub, buildGoModule, installShellFiles }:
buildGoModule rec {
pname = "gh";
@ -35,10 +30,8 @@ buildGoModule rec {
done
'';
checkInputs = [ git ];
checkPhase = ''
make test
'';
# fails with `unable to find git executable in PATH`
doCheck = false;
meta = with lib; {
description = "GitHub CLI tool";