mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
kde5.kdesignerplugin: propagate all buildInputs
This commit is contained in:
parent
f60d19ba86
commit
be1091d46c
@ -18,17 +18,13 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kdesignerplugin";
|
name = "kdesignerplugin";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
||||||
buildInputs = [
|
propagatedBuildInputs = [
|
||||||
kcompletion kconfig kconfigwidgets kcoreaddons kdewebkit
|
kcompletion kconfig kconfigwidgets kcoreaddons kdewebkit kiconthemes kio
|
||||||
kiconthemes kitemviews kplotting ktextwidgets kwidgetsaddons
|
kitemviews kplotting ktextwidgets kwidgetsaddons kxmlgui sonnet
|
||||||
kxmlgui
|
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ kio sonnet ];
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/kgendesignerplugin"
|
wrapQtProgram "$out/bin/kgendesignerplugin"
|
||||||
'';
|
'';
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user