thcrap-steam-proton-wrapper: remove zenity dependency
The script is meant to run from within Steam and use the zenity binary bundled in the Steam runtime. While having zenity as a dependency has the benefit of bringing a newer version, it has caused compatibility issues with the Steam runtime libraries.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
makeWrapper,
|
||||
bash,
|
||||
subversion,
|
||||
zenity,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "thcrap-proton";
|
||||
@@ -37,7 +36,6 @@ stdenv.mkDerivation {
|
||||
lib.makeBinPath [
|
||||
bash
|
||||
subversion
|
||||
zenity
|
||||
]
|
||||
}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user