kemai: support wayland --no-g
This commit is contained in:
parent
b679d0db5d
commit
d0914cd530
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue