From 72dc0b04b41e69d7b58c48369ff3c5c783ed4b81 Mon Sep 17 00:00:00 2001 From: Kauan Decarli Date: Wed, 18 Feb 2026 22:38:47 -0300 Subject: [PATCH] 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. --- pkgs/by-name/th/thcrap-steam-proton-wrapper/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/th/thcrap-steam-proton-wrapper/package.nix b/pkgs/by-name/th/thcrap-steam-proton-wrapper/package.nix index 96b620681664..b4df96df288e 100644 --- a/pkgs/by-name/th/thcrap-steam-proton-wrapper/package.nix +++ b/pkgs/by-name/th/thcrap-steam-proton-wrapper/package.nix @@ -5,7 +5,6 @@ makeWrapper, bash, subversion, - zenity, }: stdenv.mkDerivation { pname = "thcrap-proton"; @@ -37,7 +36,6 @@ stdenv.mkDerivation { lib.makeBinPath [ bash subversion - zenity ] } '';