protontricks: don't hard code default wine in winetricks
Reduces closure size by 1.8G
This commit is contained in:
@@ -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
|
||||||
]}"
|
]}"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user