chiaki4deck: add psn-account-id script to output
This commit is contained in:
parent
34a8c3dec5
commit
65009b0607
1 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue