Revert "gh: enable tests"

This reverts commit c7deb49058.

Fails with sandboxing.
wip/yesman
zowoq 3 years ago
parent 87a269015f
commit a7dda29d8a
  1. 13
      pkgs/applications/version-management/git-and-tools/gh/default.nix

@ -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";

Loading…
Cancel
Save