libsForQt5.kguiaddons: fix darwin build (#429372)

authored by Weijia Wang and committed by GitHub 1e6b2aef 0cadc7de

+6
+6
pkgs/development/libraries/kde-frameworks/kguiaddons.nix
··· 1 1 { 2 + lib, 3 + stdenv, 2 4 mkDerivation, 3 5 extra-cmake-modules, 4 6 wayland-scanner, ··· 13 15 14 16 nativeBuildInputs = [ 15 17 extra-cmake-modules 18 + ] 19 + ++ lib.optionals stdenv.hostPlatform.isLinux [ 16 20 wayland-scanner 17 21 ]; 18 22 buildInputs = [ 19 23 qtx11extras 24 + ] 25 + ++ lib.optionals stdenv.hostPlatform.isLinux [ 20 26 wayland 21 27 plasma-wayland-protocols 22 28 ];