gonic: enable on darwin too

-1
-1
pkgs/servers/gonic/default.nix
··· 55 55 description = "Music streaming server / subsonic server API implementation"; 56 56 license = lib.licenses.gpl3Plus; 57 57 maintainers = with lib.maintainers; [ autrimpo ]; 58 - platforms = lib.platforms.linux; 59 58 mainProgram = "gonic"; 60 59 }; 61 60 }