kde5.konsole: propagate all buildInputs
This commit is contained in:
parent
1e5bee0b23
commit
6c721ce849
@ -28,41 +28,19 @@
|
|||||||
|
|
||||||
kdeApp {
|
kdeApp {
|
||||||
name = "konsole";
|
name = "konsole";
|
||||||
nativeBuildInputs = [
|
|
||||||
extra-cmake-modules
|
|
||||||
kdoctools
|
|
||||||
makeQtWrapper
|
|
||||||
];
|
|
||||||
buildInputs = [
|
|
||||||
qtscript
|
|
||||||
kbookmarks
|
|
||||||
kcompletion
|
|
||||||
kconfig
|
|
||||||
kconfigwidgets
|
|
||||||
kcoreaddons
|
|
||||||
kguiaddons
|
|
||||||
kiconthemes
|
|
||||||
kinit
|
|
||||||
kio
|
|
||||||
knotifications
|
|
||||||
knotifyconfig
|
|
||||||
kparts
|
|
||||||
kpty
|
|
||||||
kservice
|
|
||||||
ktextwidgets
|
|
||||||
kwidgetsaddons
|
|
||||||
kxmlgui
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [
|
|
||||||
kdelibs4support
|
|
||||||
ki18n
|
|
||||||
kwindowsystem
|
|
||||||
];
|
|
||||||
postInstall = ''
|
|
||||||
wrapQtProgram "$out/bin/konsole"
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules kdoctools makeQtWrapper
|
||||||
|
];
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
kdelibs4support ki18n kwindowsystem qtscript kbookmarks kcompletion kconfig
|
||||||
|
kconfigwidgets kcoreaddons kguiaddons kiconthemes kinit kio knotifications
|
||||||
|
knotifyconfig kparts kpty kservice ktextwidgets kwidgetsaddons kxmlgui
|
||||||
|
];
|
||||||
|
postInstall = ''
|
||||||
|
wrapQtProgram "$out/bin/konsole"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user