retroarch: 1.10.0 -> 1.10.2; libretro: unstable-2022-01-21 -> unstable-2022-03-30#163497
Merged
thiagokokada merged 10 commits intoNixOS:masterfrom Apr 9, 2022
thiagokokada:bump-retroarch
Merged
retroarch: 1.10.0 -> 1.10.2; libretro: unstable-2022-01-21 -> unstable-2022-03-30#163497thiagokokada merged 10 commits intoNixOS:masterfrom thiagokokada:bump-retroarch
thiagokokada merged 10 commits intoNixOS:masterfrom
thiagokokada:bump-retroarch
Conversation
Contributor
Author
|
I didn't test the emulators yet because I have no access to a Linux machine right now (except for a very slow VM) and the macOS derivation, while building, it is not exactly working yet because of the wrapper issue. So I would be grateful if someone can test at least some emulators here. Otherwise I can test it once I get access to a Linux machine. |
Contributor
Author
|
Result of 91 packages built:
|
Contributor
Author
|
Result of 91 packages built:
|
Contributor
Author
|
Tested:
|
Contributor
Author
|
CC @aanderse. |
This still doesn't fix our wrapped retroarch binary, but should be sufficient to build retroarch+cores in Darwin.
Not maintained anymore by upstream.
Contributor
Author
|
Result of 90 packages built:
|
Contributor
|
Builds fine for me. |
Contributor
Author
|
Result of 90 packages built:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
New release: https://www.libretro.com/index.php/retroarch-1-10-1-release/ and https://www.libretro.com/index.php/retroarch-1-10-2-release/
This PR also partially fix Darwin (macOS) support: you can now successfully open
retroarchBareby using its bundle:However the wrapped derivation (
retroarch) still doesn't work, with the sameNo Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file, exitingerror as before. I thought this was because the wrapped binary was a script, but even usingmakeBinaryWrapper(recently introduced in #124556) would solve this, however it doesn't. I tried some other ideas without success, but I am open for suggestions.Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes