Skip to content

Commit

Permalink
protontricks: use steam-run-free
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-bruneau committed Sep 29, 2024
1 parent 6b99175 commit 6d93645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6d93645

Please sign in to comment.