summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/kjobwidgets.nix
blob: 2692458b8be799e5d0f71f7abb056fe0a3c90569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kdeFramework, lib
, extra-cmake-modules
, kcoreaddons
, kwidgetsaddons
, qtx11extras
}:

kdeFramework {
  name = "kjobwidgets";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ kcoreaddons kwidgetsaddons qtx11extras ];
}