Merge pull request #279294 from NickCao/fcitx-followup

fcitx5: various cleanup
This commit is contained in:
Nick Cao 2024-01-07 01:11:44 -05:00 committed by GitHub
commit 3be60486f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -20,7 +20,6 @@
, enchant
, gdk-pixbuf
, libGL
, libuv
, libuuid
, libselinux
, libXdmcp
@ -80,7 +79,6 @@ stdenv.mkDerivation rec {
wayland-protocols
json_c
libGL
libuv
libuuid
libselinux
libsepol

View File

@ -40,10 +40,6 @@ mkDerivation rec {
sha256 = "sha256-z+udRjvAZbnu6EcvvdaFVCr0OKLxFBJbgoYpH9QjrDI=";
};
cmakeFlags = [
"-DUSE_WEBKIT=off"
];
nativeBuildInputs = [
cmake
extra-cmake-modules