protontricks: use steam-run-free

This commit is contained in:
Kira Bruneau 2024-09-19 12:21:48 -04:00
parent 6b99175c46
commit 6d936451ed

View File

@ -37251,7 +37251,8 @@ with pkgs;
steamback = python311.pkgs.callPackage ../tools/games/steamback { };
protontricks = python3Packages.callPackage ../tools/package-management/protontricks {
inherit winetricks steam-run yad;
steam-run = steamPackages.steam-fhsenv-without-steam.run;
inherit winetricks yad;
};
protonup-ng = with python3Packages; toPythonApplication protonup-ng;