protontricks: use steam-run-free

This commit is contained in:
Kira Bruneau
2024-09-25 15:46:47 -04:00
parent 7af4120e30
commit f70d7e0485
+2 -1
View File
@@ -35687,7 +35687,8 @@ with pkgs;
steamback = python311.pkgs.callPackage ../tools/games/steamback { };
protontricks = python3Packages.callPackage ../tools/package-management/protontricks {
inherit winetricks steam-run yad;
steam-run = steam-run-free;
inherit winetricks yad;
};
protonup-ng = with python3Packages; toPythonApplication protonup-ng;