summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/frameworkintegration.nix
blob: 161ce52d4f2838624c9bdc0c2b739bd24389b313 (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, kpackage
, kwidgetsaddons, libXcursor, qtx11extras
}:

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