fcitx5: enable gtk4
since we do have that in nixpkgs now
This commit is contained in:
parent
dd65c8b2a7
commit
2536d3cc7f
@ -7,6 +7,7 @@
|
|||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtk2
|
, gtk2
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, gtk4
|
||||||
, pcre
|
, pcre
|
||||||
, libuuid
|
, libuuid
|
||||||
, libselinux
|
, libselinux
|
||||||
@ -36,12 +37,11 @@ stdenv.mkDerivation rec {
|
|||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DGOBJECT_INTROSPECTION_GIRDIR=share/gir-1.0"
|
"-DGOBJECT_INTROSPECTION_GIRDIR=share/gir-1.0"
|
||||||
"-DGOBJECT_INTROSPECTION_TYPELIBDIR=lib/girepository-1.0"
|
"-DGOBJECT_INTROSPECTION_TYPELIBDIR=lib/girepository-1.0"
|
||||||
# disabled since we currently don't have gtk4 in nixpkgs
|
|
||||||
"-DENABLE_GTK4_IM_MODULE=off"
|
|
||||||
] ++ lib.optional (! withGTK2) "-DENABLE_GTK2_IM_MODULE=off";
|
] ++ lib.optional (! withGTK2) "-DENABLE_GTK2_IM_MODULE=off";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
|
gtk4
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
fcitx5
|
fcitx5
|
||||||
pcre
|
pcre
|
||||||
|
Loading…
x
Reference in New Issue
Block a user