kwayland: build fix

This commit is contained in:
Peter Hoeg 2020-08-21 13:16:50 +08:00
parent e475480ce6
commit 06db9d9f14

View file

@ -1,7 +1,7 @@
{
mkDerivation, lib, propagateBin,
extra-cmake-modules,
qtbase, wayland, wayland-protocols
plasma-wayland-protocols, qtbase, wayland, wayland-protocols
}:
mkDerivation {
@ -11,7 +11,7 @@ mkDerivation {
broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ wayland wayland-protocols ];
buildInputs = [ plasma-wayland-protocols wayland wayland-protocols ];
propagatedBuildInputs = [ qtbase ];
setupHook = propagateBin; # XDG_CONFIG_DIRS
}