24 url = "https://git.sr.ht/~thestr4ng3r/chiaki";
26 fetchSubmodules = true;
27 sha256 = "sha256-VkCA8KS4EHuVSgoYt1YDT38hA1NEBckiBwRcgDZUSs4=";
34 python3Packages.protobuf
35 python3Packages.python
46 ] ++ lib.optionals stdenv.isLinux [
49 ] ++ lib.optionals stdenv.isDarwin [
55 installCheckPhase = "$out/bin/chiaki --help";
58 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
59 description = "Free and Open Source PlayStation Remote Play Client";
60 license = licenses.agpl3Only;
61 maintainers = with maintainers; [ delroth ];
62 platforms = platforms.all;