kde5.ktexteditor: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 11:02:33 -05:00
parent de14d68984
commit ce8f20ff0a

View File

@ -8,15 +8,11 @@
kdeFramework { kdeFramework {
name = "ktexteditor"; name = "ktexteditor";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules makeQtWrapper perl ]; nativeBuildInputs = [ extra-cmake-modules makeQtWrapper perl ];
buildInputs = [ propagatedBuildInputs = [
karchive kconfig kguiaddons kiconthemes kparts karchive kconfig kguiaddons ki18n kiconthemes kio kparts libgit2 qtscript
libgit2 qtxmlpatterns sonnet
qtscript qtxmlpatterns
]; ];
propagatedBuildInputs = [ ki18n kio sonnet ];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series); patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
} }