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

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