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

kdeFramework {
  name = "kpeople";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [
    kcoreaddons ki18n kitemviews kservice kwidgetsaddons qtdeclarative
  ];
}