2017-05-15 18:05:35 +01:00
|
|
|
{ mkDerivation, lib, extra-cmake-modules, kcompletion, kconfig
|
2016-04-21 16:32:21 +01:00
|
|
|
, kconfigwidgets, ki18n, kiconthemes, kservice, kwindowsystem
|
|
|
|
, sonnet
|
|
|
|
}:
|
|
|
|
|
2017-05-15 18:05:35 +01:00
|
|
|
mkDerivation {
|
2016-04-21 16:32:21 +01:00
|
|
|
name = "ktextwidgets";
|
2016-04-28 17:02:52 +01:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-04-28 17:02:52 +01:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kcompletion kconfig kconfigwidgets ki18n kiconthemes kservice kwindowsystem
|
|
|
|
sonnet
|
2016-04-21 16:32:21 +01:00
|
|
|
];
|
|
|
|
}
|