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:
Kauan Decarli
2026-05-09 15:57:57 -03:00
parent 2ff989da5f
commit 72dc0b04b4
@@ -5,7 +5,6 @@
makeWrapper,
bash,
subversion,
zenity,
}:
stdenv.mkDerivation {
pname = "thcrap-proton";
@@ -37,7 +36,6 @@ stdenv.mkDerivation {
lib.makeBinPath [
bash
subversion
zenity
]
}
'';