Skip to content

Commit d3757db

Browse files
authored
ibus: Fix cross No package 'wayland-scanner' found (#434998)
2 parents 384f865 + f91f2dc commit d3757db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/tools/inputmethods/ibus/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ stdenv.mkDerivation (finalAttrs: {
196196
libxkbcommon
197197
wayland
198198
wayland-protocols
199+
wayland-scanner # For cross, build uses $PKG_CONFIG to look for wayland-scanner
199200
];
200201

201202
enableParallelBuilding = true;

0 commit comments

Comments
 (0)