Merge pull request #187469 from SuperSandro2000/ibus

This commit is contained in:
Sandro 2022-08-21 02:29:43 +02:00 committed by GitHub
commit e66d779751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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