motoc: remove meta.platforms

This commit is contained in:
Aleksana 2024-09-09 10:28:21 +08:00 committed by GitHub
parent 89fdd511b4
commit e765a3f466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,5 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ pandapip1 ];
mainProgram = "motoc";
platforms = lib.platforms.all;
};
}