kde5.kwrited: propagate all buildInputs
This commit is contained in:
parent
e4d3699976
commit
0dc8b5f32c
1 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,5 @@
|
||||||
plasmaPackage {
|
plasmaPackage {
|
||||||
name = "kwrited";
|
name = "kwrited";
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ kcoreaddons kpty knotifications kdbusaddons ];
|
propagatedBuildInputs = [ kcoreaddons ki18n kpty knotifications kdbusaddons ];
|
||||||
propagatedBuildInputs = [ ki18n ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue