plasma5Packages.plasma-remotecontrollers: 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
505c8b2adb
commit
8a5862be27
@@ -11,6 +11,7 @@
|
||||
, kscreenlocker
|
||||
, kwindowsystem
|
||||
, wayland
|
||||
, wayland-scanner
|
||||
, pkg-config
|
||||
, libcec
|
||||
, libcec_platform
|
||||
@@ -20,7 +21,7 @@
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "plasma-remotecontrollers";
|
||||
nativeBuildInputs = [ extra-cmake-modules pkg-config ];
|
||||
nativeBuildInputs = [ extra-cmake-modules pkg-config wayland-scanner ];
|
||||
buildInputs = [
|
||||
kconfig
|
||||
knotifications
|
||||
|
||||
Reference in New Issue
Block a user