Merge pull request #274766 from devusb/chiaki4deck
chiaki4deck: 1.4.1 -> 1.5.1
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "chiaki4deck";
|
||||
version = "1.4.1";
|
||||
version = "1.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "streetpea";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-W/t9uYApt8j5UMjtVWhFtq+IHmu9vi6M92I8N4kRtEk=";
|
||||
hash = "sha256-XNpD9JPbckiq0HgpV/QJR8hDmvGTptxBMoGihHz44lc=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@@ -35,6 +35,7 @@ mkDerivation rec {
|
||||
pkg-config
|
||||
protobuf
|
||||
python3
|
||||
python3.pkgs.wrapPython
|
||||
python3.pkgs.protobuf
|
||||
python3.pkgs.setuptools
|
||||
];
|
||||
@@ -54,6 +55,18 @@ mkDerivation rec {
|
||||
speexdsp
|
||||
];
|
||||
|
||||
pythonPath = [
|
||||
python3.pkgs.requests
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
install -Dm755 $src/scripts/psn-account-id.py $out/bin/psn-account-id
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
wrapPythonPrograms
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://streetpea.github.io/chiaki4deck/";
|
||||
description = "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck";
|
||||
|
||||
Reference in New Issue
Block a user