34 stdenv.mkDerivation rec {
35 pname = "chiaki4deck";
38 src = fetchFromGitHub {
42 hash = "sha256-hai7fIyeNcAURfeQtAIqOLb9j8erPNoy3zHK4rgLjc0=";
43 fetchSubmodules = true;
52 python3.pkgs.wrapPython
54 python3.pkgs.setuptools
87 "--prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib"
95 install -Dm755 $src/scripts/psn-account-id.py $out/bin/psn-account-id
103 homepage = "https://streetpea.github.io/chiaki4deck/";
104 description = "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck";
105 license = licenses.agpl3Only;
106 maintainers = with maintainers; [ devusb ];
107 platforms = platforms.linux;
108 mainProgram = "chiaki";