Merge pull request #215753 from stehessel/jira-cli-go-fix-darwin

jira-cli-go: fix darwin build
This commit is contained in:
Weijia Wang
2023-02-11 05:19:42 +01:00
committed by GitHub
@@ -20,6 +20,8 @@ buildGoModule rec {
"-X github.com/ankitpokhrel/jira-cli/internal/version.Version=${version}"
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [ less more ]; # Tests expect a pager in $PATH
passthru = {