24 url = "https://git.sr.ht/~thestr4ng3r/chiaki";
26 fetchSubmodules = true;
27 hash = "sha256-mLx2ygMlIuDJt9iT4nIj/dcLGjMvvmneKd49L7C3BQk=";
34 python3Packages.protobuf
35 python3Packages.python
36 python3Packages.setuptools
47 ] ++ lib.optionals stdenv.hostPlatform.isLinux [
50 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
56 installCheckPhase = "$out/bin/chiaki --help";
59 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
60 description = "Free and Open Source PlayStation Remote Play Client";
61 license = licenses.agpl3Only;
63 platforms = platforms.all;
64 mainProgram = "chiaki";