sdl3: remove zenity from buildInputs

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-09-03 18:09:57 +02:00
parent 41c6ba8dff
commit 56852299a6
+1 -2
View File
@@ -156,8 +156,7 @@ stdenv.mkDerivation (finalAttrs: {
# thus, it also does not have to care about gtk integration,
# so using ibusMinimal avoids an unnecessarily large closure here.
ibusMinimal
]
++ lib.optional waylandSupport zenity;
];
cmakeFlags = [
(lib.cmakeBool "SDL_ALSA" alsaSupport)