kde5.plasma-framework: propagate all buildInputs
This commit is contained in:
parent
c79a6ae2ac
commit
5698bb9c73
@ -7,19 +7,14 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "plasma-framework";
|
name = "plasma-framework";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
||||||
buildInputs = [
|
|
||||||
karchive kconfig kconfigwidgets kcoreaddons kdbusaddons kguiaddons
|
|
||||||
kiconthemes knotifications kxmlgui qtscript
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
kactivities kdeclarative kglobalaccel ki18n kio kpackage kservice kwindowsystem
|
kactivities karchive kconfig kconfigwidgets kcoreaddons kdbusaddons
|
||||||
qtx11extras
|
kdeclarative kglobalaccel kguiaddons ki18n kiconthemes kio knotifications
|
||||||
|
kpackage kservice kwindowsystem kxmlgui qtscript qtx11extras
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/plasmapkg2"
|
wrapQtProgram "$out/bin/plasmapkg2"
|
||||||
'';
|
'';
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user