jira-cli-go: fix darwin build

This commit is contained in:
Stephan Heßelmann
2023-02-11 01:39:08 +01:00
committed by Florian Brandes
parent f29f72f6f2
commit defc9987a0

View File

@@ -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 = {