Revert "gh: enable tests"
This reverts commit c7deb49058baaeeba60065e62487476a7f35724c. Fails with sandboxing.
This commit is contained in:
parent
87a269015f
commit
a7dda29d8a
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user