Skip to content
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

protontricks: 1.4.2 -> 1.4.3 #106800

Merged
merged 4 commits into from Dec 30, 2020
Merged

Conversation

kira-bruneau
Copy link
Contributor

@kira-bruneau kira-bruneau commented Dec 13, 2020

Motivation for this change

Upgrade to the latest version: https://github.com/Matoking/protontricks/releases/tag/1.4.3

Also, now uses steam-run to run Proton wine instead of wineWowPackages.minimal.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
    • protontricks --help
    • protontricks --gui
    • protontricks 8190 d3dcompiler_43 d3dx10
  • Determined the impact on package closure size (by running nix path-info -S before and after)
    1.8G -> 2.3G (1.8 -> 4.1G without removing default build of wine from winetricks)
    Effectively 1.8G -> 459.6M, since anyone using protontricks should already have steam & it's runtime installed.
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

This can be used to reduce closure size when a wrapper uses a custom
WINE at runtime, or a different wine in PATH.

See pkgs/tools/package-management/protontricks/default.nix
@WolfangAukang
Copy link
Contributor

Result of nixpkgs-review pr 106800 run on x86_64-linux 1

1 package built:
protontricks

Tested and worked. Only issue is Winetricks not being on a recent version (#107433 should solve it)

[nix-shell:~/.cache/nixpkgs-review/pr-106800-1]$ protontricks --gui
winetricks GUI enabled, using zenity 3.32.0
------------------------------------------------------
You are running winetricks-20200412, latest upstream is winetricks-20201206!
------------------------------------------------------
------------------------------------------------------
You should update using your distribution's package manager, --self-update, or manually.
------------------------------------------------------

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-already-reviewed/2617/302

@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 106800 run on x86_64-linux 1

1 package built:
  • protontricks

@AndersonTorres AndersonTorres merged commit 4f5ae3e into NixOS:master Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants