summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kitemviews.nix
blob: f114c007038bec7e978c3c056f672a641ab56a7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kdeFramework, lib
, extra-cmake-modules, qtbase, qttools
}:

kdeFramework {
  name = "kitemviews";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules qttools ];
  buildInputs = [ qtbase ];
}