36 stdenv.mkDerivation rec {
40 src = fetchFromGitHub {
44 hash = "sha256-1e53lqNns0CrpUfJ1AhclPO4nkMAfJT6xIXZlxXRir8=";
45 fetchSubmodules = true;
54 python3.pkgs.wrapPython
56 python3.pkgs.setuptools
87 # handle library name discrepancy when curl not built with cmake
89 substituteInPlace lib/CMakeLists.txt \
90 --replace-fail 'libcurl_shared' 'libcurl'
95 (lib.cmakeFeature "CHIAKI_USE_SYSTEM_CURL" "true")
99 "--prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib"
103 python3.pkgs.requests
107 install -Dm755 $src/scripts/psn-account-id.py $out/bin/psn-account-id
115 homepage = "https://streetpea.github.io/chiaki-ng/";
116 description = "Next-Generation of Chiaki (the open-source remote play client for PlayStation)";
117 # Includes OpenSSL linking exception that we currently have no way
120 # See also: <https://github.com/spdx/license-list-XML/issues/939>
121 license = licenses.agpl3Only;
122 maintainers = with maintainers; [ devusb ];
123 platforms = platforms.linux;
124 mainProgram = "chiaki";