26 url = "https://git.sr.ht/~thestr4ng3r/chiaki";
28 fetchSubmodules = true;
29 hash = "sha256-mLx2ygMlIuDJt9iT4nIj/dcLGjMvvmneKd49L7C3BQk=";
36 python3Packages.protobuf
37 python3Packages.python
38 python3Packages.setuptools
51 ++ lib.optionals stdenv.hostPlatform.isLinux [
55 ++ lib.optionals stdenv.hostPlatform.isDarwin [
61 installCheckPhase = "$out/bin/chiaki --help";
64 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
65 description = "Free and Open Source PlayStation Remote Play Client";
66 license = licenses.agpl3Only;
68 platforms = platforms.all;
69 mainProgram = "chiaki";