bottles: Ensure wine is run inside steam-run

This commit is contained in:
Benjamin Asbach 2021-08-01 12:07:14 -06:00
parent b14a4ca002
commit ecb3c84196

View File

@ -69,6 +69,8 @@ python3Packages.buildPythonApplication rec {
substituteInPlace src/runner.py \ substituteInPlace src/runner.py \
--replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \ --replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \
--replace " {dxvk_setup}" " ${steam-run-native}/bin/steam-run {dxvk_setup}" --replace " {dxvk_setup}" " ${steam-run-native}/bin/steam-run {dxvk_setup}"
substituteInPlace src/runner_utilities.py \
--replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \
''; '';
preFixup = '' preFixup = ''