8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-TdIqdNn5HnIED7LMn4qAzKPHlA5t/Q1Dn+W+ulx5qOU=";
17 fetchSubmodules = true;
20 cargoHash = "sha256-gAGCpcVjOkUZa/CobOjOt07WMHpvE5/q1bw+z4yBeNE=";
22 # error: linker `aarch64-linux-gnu-gcc` not found
27 env.PROTOC = lib.getExe' protobuf "protoc";
30 changelog = "https://github.com/imLinguin/comet/releases/tag/v${version}";
31 description = "Open Source implementation of GOG Galaxy's Communication Service";
32 homepage = "https://github.com/imLinguin/comet";
33 license = lib.licenses.gpl3Plus;
34 mainProgram = "comet";
35 maintainers = with lib.maintainers; [ tomasajt ];