-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
citra: update to 2020-03-28 #83758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
citra: update to 2020-03-28 #83758
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review-may-2019/3032/138 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This need to be wrapped with wrapQtAppsHook
. See this issue for details #65399
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
I would suggest to go ahead with the update as it doesn't make the situation worse than before. I would open a new PR to fix the wrapping issue then. Please confirm if you would be ok with doing it like this. |
I will try to use wrapQtAppsHook. Sorry for not having noticied the older PR. Will commit once it finish compiling. |
I added wrapQtAppsHook in nativeBuildInputs, and I didn't see any difference. So I'm totally ok to let @petabyteboy do what he need with this, and accept this PR as is. |
PR #83193 fixes the issue with Qt and appears to have been well tested. The fact it's building a slightly older revision is probably not important, so unless you are against I'm going to merge that one. |
I'm totally okay about you merging the older update @rnhmjoj (this revision also have the function I'm looking for). |
Thank you, I merged the other PR an will do a backport soon. |
Motivation for this change
A recent update to citra added some interesing functionallity for rom-hacking (dynamic patch to the game file system)
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)Checked it work with some game and homebrew, including testing the specific part I need.