kemai: support wayland --no-g

This commit is contained in:
Yureka 2023-10-15 20:48:23 +02:00
parent b679d0db5d
commit d0914cd530

View File

@ -8,6 +8,7 @@
, qtconnectivity
, qttools
, qtlanguageserver
, qtwayland
, wrapQtAppsHook
, libXScrnSaver
, nix-update-script
@ -32,7 +33,7 @@ stdenv.mkDerivation rec {
libXScrnSaver
magic-enum
spdlog
];
] ++ lib.optional stdenv.hostPlatform.isLinux qtwayland;
cmakeFlags = [ "-DUSE_CONAN=OFF" ];
patches = [ ./000-cmake-disable-conan.diff ];