jira-cli-go: fix darwin build
This commit is contained in:
parent
6fe0b23086
commit
2f5623dda2
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ buildGoModule rec {
|
||||||
"-X github.com/ankitpokhrel/jira-cli/internal/version.Version=${version}"
|
"-X github.com/ankitpokhrel/jira-cli/internal/version.Version=${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
nativeCheckInputs = [ less more ]; # Tests expect a pager in $PATH
|
nativeCheckInputs = [ less more ]; # Tests expect a pager in $PATH
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in a new issue