bottles: Ensure `wine` is run inside `steam-run`

+2
+2
pkgs/applications/misc/bottles/default.nix
··· 69 substituteInPlace src/runner.py \ 70 --replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \ 71 --replace " {dxvk_setup}" " ${steam-run-native}/bin/steam-run {dxvk_setup}" 72 ''; 73 74 preFixup = ''
··· 69 substituteInPlace src/runner.py \ 70 --replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \ 71 --replace " {dxvk_setup}" " ${steam-run-native}/bin/steam-run {dxvk_setup}" 72 + substituteInPlace src/runner_utilities.py \ 73 + --replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \ 74 ''; 75 76 preFixup = ''