plasma5Packages.kscreenlocker: 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
b96f111a71
commit
cec8d1fd0e
@@ -1,6 +1,7 @@
|
||||
{ mkDerivation
|
||||
, extra-cmake-modules
|
||||
, kdoctools
|
||||
, wayland-scanner
|
||||
, kcmutils
|
||||
, kcrash
|
||||
, kdeclarative
|
||||
@@ -19,7 +20,7 @@
|
||||
|
||||
mkDerivation {
|
||||
pname = "kscreenlocker";
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wayland-scanner ];
|
||||
buildInputs = [
|
||||
kcmutils
|
||||
kcrash
|
||||
|
||||
Reference in New Issue
Block a user