mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
kemai: support wayland --no-g
This commit is contained in:
parent
b679d0db5d
commit
d0914cd530
@ -8,6 +8,7 @@
|
|||||||
, qtconnectivity
|
, qtconnectivity
|
||||||
, qttools
|
, qttools
|
||||||
, qtlanguageserver
|
, qtlanguageserver
|
||||||
|
, qtwayland
|
||||||
, wrapQtAppsHook
|
, wrapQtAppsHook
|
||||||
, libXScrnSaver
|
, libXScrnSaver
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
@ -32,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
magic-enum
|
magic-enum
|
||||||
spdlog
|
spdlog
|
||||||
];
|
] ++ lib.optional stdenv.hostPlatform.isLinux qtwayland;
|
||||||
cmakeFlags = [ "-DUSE_CONAN=OFF" ];
|
cmakeFlags = [ "-DUSE_CONAN=OFF" ];
|
||||||
patches = [ ./000-cmake-disable-conan.diff ];
|
patches = [ ./000-cmake-disable-conan.diff ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user