kde5.krunner: propagate buildInputs
This commit is contained in:
parent
29b2d93bbf
commit
ca55273431
@ -5,12 +5,10 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "krunner";
|
name = "krunner";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
propagatedBuildInputs = [
|
||||||
kconfig kcoreaddons kservice qtquick1 solid threadweaver
|
kconfig kcoreaddons ki18n kio kservice plasma-framework qtquick1 solid
|
||||||
|
threadweaver
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ ki18n kio plasma-framework ];
|
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user