From 77bf9d7a19e37a29925befceab2bb70a15c6ad97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 19 Aug 2022 18:34:50 +0200 Subject: [PATCH] ibus: remove wayland related ? null from inputs --- pkgs/tools/inputmethods/ibus/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/inputmethods/ibus/default.nix b/pkgs/tools/inputmethods/ibus/default.nix index 3bcb5d01cf49..c25340e38350 100644 --- a/pkgs/tools/inputmethods/ibus/default.nix +++ b/pkgs/tools/inputmethods/ibus/default.nix @@ -29,15 +29,13 @@ , libnotify ? null , enableUI ? true , withWayland ? false -, libxkbcommon ? null -, wayland ? null +, libxkbcommon +, wayland , buildPackages , runtimeShell , nixosTests }: -assert withWayland -> wayland != null && libxkbcommon != null; - with lib; let