Unverified Commit d3757db2 authored by Colin's avatar Colin Committed by GitHub
Browse files

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

parents 384f865e f91f2dcf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;