gonic: enable on darwin too

This commit is contained in:
Steve Purcell
2024-04-30 19:57:41 +01:00
parent 13e08a15d9
commit cf7dfc8f06
-1
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";
};
}