kde5.kcmutils: propagate all buildInputs
This commit is contained in:
parent
5fe38a707b
commit
d7e71a3a1c
@ -5,13 +5,11 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kcmutils";
|
name = "kcmutils";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
propagatedBuildInputs = [
|
||||||
kcoreaddons kiconthemes kitemviews kpackage kxmlgui
|
kconfigwidgets kcoreaddons kdeclarative ki18n kiconthemes kitemviews
|
||||||
|
kpackage kservice kxmlgui
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ kconfigwidgets kdeclarative ki18n kservice ];
|
|
||||||
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user