kde5.kio: propagate all buildInputs
This commit is contained in:
parent
c9202600fa
commit
6c103125db
@ -9,17 +9,15 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kio";
|
name = "kio";
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
||||||
buildInputs = [
|
|
||||||
acl karchive kconfig kcoreaddons kdbusaddons kiconthemes
|
|
||||||
knotifications ktextwidgets kwallet kwidgetsaddons
|
|
||||||
qtscript
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
kbookmarks kcompletion kconfigwidgets ki18n kitemviews kjobwidgets
|
acl karchive kbookmarks kcompletion kconfig kconfigwidgets kcoreaddons
|
||||||
kservice kwindowsystem kxmlgui solid qtx11extras
|
kdbusaddons ki18n kiconthemes kitemviews kjobwidgets knotifications kservice
|
||||||
|
ktextwidgets kwallet kwidgetsaddons kwindowsystem kxmlgui solid qtscript
|
||||||
|
qtx11extras
|
||||||
];
|
];
|
||||||
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/kcookiejar5"
|
wrapQtProgram "$out/bin/kcookiejar5"
|
||||||
wrapQtProgram "$out/bin/ktelnetservice5"
|
wrapQtProgram "$out/bin/ktelnetservice5"
|
||||||
@ -27,7 +25,4 @@ kdeFramework {
|
|||||||
wrapQtProgram "$out/bin/kmailservice5"
|
wrapQtProgram "$out/bin/kmailservice5"
|
||||||
wrapQtProgram "$out/bin/protocoltojson"
|
wrapQtProgram "$out/bin/protocoltojson"
|
||||||
'';
|
'';
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user