bottles: Ensure wine
is run inside steam-run
This commit is contained in:
parent
b14a4ca002
commit
ecb3c84196
1 changed files with 2 additions and 0 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue