ibus: remove wayland related ? null from inputs

This commit is contained in:
Sandro Jäckel
2022-08-19 18:34:50 +02:00
parent 14021215f1
commit 77bf9d7a19
+2 -4
View File
@@ -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