summary refs log blame commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/kxmlgui.nix
blob: f081d5f9170e3baa5586fcc81277589e9c543886 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                              
{ kdeFramework, lib, extra-cmake-modules, attica, kconfig
, kconfigwidgets, kglobalaccel, ki18n, kiconthemes, kitemviews
, ktextwidgets, kwindowsystem, sonnet
}:

kdeFramework {
  name = "kxmlgui";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [
    attica kconfig kiconthemes kitemviews ktextwidgets
  ];
  propagatedBuildInputs = [
    kconfigwidgets kglobalaccel ki18n kwindowsystem sonnet
  ];
  meta = {
    maintainers = [ lib.maintainers.ttuegel ];
  };
}