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