ibus: Fix cross No package 'wayland-scanner' found (#434998)

This commit is contained in:
Colin
2025-08-27 07:31:12 +00:00
committed by GitHub
+1
View File
@@ -196,6 +196,7 @@ stdenv.mkDerivation (finalAttrs: {
libxkbcommon
wayland
wayland-protocols
wayland-scanner # For cross, build uses $PKG_CONFIG to look for wayland-scanner
];
enableParallelBuilding = true;