protontricks: don't hard code default wine in winetricks
Reduces closure size by 1.8G
This commit is contained in:
parent
30ec971ceb
commit
57c9834f7d
@ -35,7 +35,11 @@ buildPythonApplication rec {
|
|||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--prefix PATH : ${lib.makeBinPath [
|
"--prefix PATH : ${lib.makeBinPath [
|
||||||
steam-run
|
steam-run
|
||||||
winetricks
|
(winetricks.override {
|
||||||
|
# Remove default build of wine to reduce closure size.
|
||||||
|
# Falls back to wine in PATH when --no-runtime is passed.
|
||||||
|
wine = null;
|
||||||
|
})
|
||||||
zenity
|
zenity
|
||||||
]}"
|
]}"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user