2016-07-30 15:36:52 +01:00
|
|
|
{ kdeFramework, lib, ecm, kconfigwidgets
|
2016-04-21 16:32:21 +01:00
|
|
|
, kcoreaddons, kdeclarative, ki18n, kiconthemes, kitemviews
|
|
|
|
, kpackage, kservice, kxmlgui
|
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kcmutils";
|
2016-04-28 16:49:25 +01:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2016-07-30 15:36:52 +01:00
|
|
|
nativeBuildInputs = [ ecm ];
|
2016-04-28 16:49:25 +01:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kconfigwidgets kcoreaddons kdeclarative ki18n kiconthemes kitemviews
|
|
|
|
kpackage kservice kxmlgui
|
2016-04-21 16:32:21 +01:00
|
|
|
];
|
|
|
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
|
|
|
}
|