gonic: enable on darwin too

This commit is contained in:
Steve Purcell 2024-04-29 18:52:32 +01:00
parent 13e08a15d9
commit cf7dfc8f06
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ buildGoModule rec {
description = "Music streaming server / subsonic server API implementation";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ autrimpo ];
platforms = lib.platforms.linux;
mainProgram = "gonic";
};
}