kde5.ktexteditor: propagate all buildInputs
This commit is contained in:
parent
de14d68984
commit
ce8f20ff0a
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user