2017-02-26 13:49:15 +01:00
|
|
|
{ kdeFramework, lib, extra-cmake-modules, kconfigwidgets
|
2016-04-21 17:32:21 +02:00
|
|
|
, kcoreaddons, kdeclarative, ki18n, kiconthemes, kitemviews
|
|
|
|
, kpackage, kservice, kxmlgui
|
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kcmutils";
|
2016-04-28 17:49:25 +02:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 13:49:15 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-04-28 17:49:25 +02:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kconfigwidgets kcoreaddons kdeclarative ki18n kiconthemes kitemviews
|
|
|
|
kpackage kservice kxmlgui
|
2016-04-21 17:32:21 +02:00
|
|
|
];
|
|
|
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
|
|
|
}
|