kde5.frameworkintegration: propagate all buildInputs
This commit is contained in:
parent
5560c4a28b
commit
b4a4fa4bc6
@ -5,13 +5,10 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "frameworkintegration";
|
name = "frameworkintegration";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
propagatedBuildInputs = [
|
||||||
kbookmarks kcompletion kconfig knotifications kwidgetsaddons
|
kbookmarks kcompletion kconfig kconfigwidgets knotifications ki18n kio
|
||||||
libXcursor
|
kiconthemes kwidgetsaddons libXcursor qtx11extras
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ kconfigwidgets ki18n kio kiconthemes qtx11extras ];
|
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user