sdl3: remove zenity from buildInputs
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user