mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
gonic: fix tests in darwin sandbox
This commit is contained in:
parent
c5b0b6d29c
commit
ecf486145f
@ -50,6 +50,9 @@ buildGoModule rec {
|
||||
tests.gonic = nixosTests.gonic;
|
||||
};
|
||||
|
||||
# tests require it
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/sentriz/gonic";
|
||||
description = "Music streaming server / subsonic server API implementation";
|
||||
|
Loading…
Reference in New Issue
Block a user