tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bottles: Ensure `wine` is run inside `steam-run`
Benjamin Asbach
4 years ago
ecb3c841
b14a4ca0
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
bottles
default.nix
+2
pkgs/applications/misc/bottles/default.nix
···
69
69
substituteInPlace src/runner.py \
70
70
--replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \
71
71
--replace " {dxvk_setup}" " ${steam-run-native}/bin/steam-run {dxvk_setup}"
72
72
+
substituteInPlace src/runner_utilities.py \
73
73
+
--replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \
72
74
'';
73
75
74
76
preFixup = ''