summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/frameworkintegration.nix
blob: ee1b188d4073d7cab6207264b484fb6ba347c746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kdeFramework, lib, extra-cmake-modules, kbookmarks, kcompletion
, kconfig, kconfigwidgets, ki18n, kiconthemes, kio, knotifications
, kwidgetsaddons, libXcursor, qtx11extras
}:

kdeFramework {
  name = "frameworkintegration";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [
    kbookmarks kcompletion kconfig kconfigwidgets knotifications ki18n kio
    kiconthemes kwidgetsaddons libXcursor qtx11extras
  ];
}