summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kross.nix
blob: 0e66d95b5cce81a9c38cb4681cf18e73eacd1ff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kdeFramework, lib, extra-cmake-modules, kcompletion, kcoreaddons
, kdoctools, ki18n, kiconthemes, kio, kparts, kwidgetsaddons
, kxmlgui, qtscript
}:

kdeFramework {
  name = "kross";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  propagatedBuildInputs = [
    kcompletion kcoreaddons ki18n kiconthemes kio kparts kwidgetsaddons kxmlgui
    qtscript
  ];
}