From 892f0c472bff133d0010e95067fb242c9e498af8 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 12 Mar 2023 12:34:30 +0800 Subject: SDL2: remove unnecessary dependency on fcitx SDL2 supports both fcitx 4 and fcitx 5 though the dbus interface, and the dependency on fcitx headers has been removed in favor of hardcoding the constants. Reference: https://github.com/libsdl-org/SDL/issues/3653 --- pkgs/development/libraries/SDL2/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/development/libraries/SDL2') diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix index f601e101660..89cd3626fd1 100644 --- a/pkgs/development/libraries/SDL2/default.nix +++ b/pkgs/development/libraries/SDL2/default.nix @@ -33,8 +33,6 @@ , udev , ibusSupport ? false , ibus -, fcitxSupport ? false -, fcitx , libdecorSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid , libdecor , pipewireSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid @@ -109,7 +107,6 @@ stdenv.mkDerivation rec { buildInputs = [ libiconv ] ++ dlopenBuildInputs ++ lib.optional ibusSupport ibus - ++ lib.optional fcitxSupport fcitx ++ lib.optionals stdenv.isDarwin [ AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL ]; enableParallelBuilding = true; -- cgit 1.4.1