jira-cli-go: fix darwin build

This commit is contained in:
Stephan Heßelmann 2023-02-11 01:39:08 +01:00
parent 6fe0b23086
commit 2f5623dda2

View file

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