plasma5Packages.kwayland: depend on wayland-scanner
Otherwise, wayland-scanner would be picked up from the wayland in buildInputs, which isn't cross-friendly and will stop working when we split wayland-scanner into a separate package.
This commit is contained in:
committed by
Florian Klink
parent
cec8d1fd0e
commit
5f7c8fe1fd
@@ -1,12 +1,12 @@
|
||||
{
|
||||
mkDerivation, propagateBin, lib,
|
||||
extra-cmake-modules,
|
||||
extra-cmake-modules, wayland-scanner,
|
||||
plasma-wayland-protocols, qtbase, wayland, wayland-protocols
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "kwayland";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
|
||||
buildInputs = [ plasma-wayland-protocols wayland wayland-protocols ];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
setupHook = propagateBin; # XDG_CONFIG_DIRS
|
||||
|
||||
Reference in New Issue
Block a user