summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma-5.6/libksysguard/default.nix
blob: 2a92d6e0af0b8d3f2ad1996f5de86e2688507a9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ fetchpatch, plasmaPackage, extra-cmake-modules, kauth, kcompletion
, kconfigwidgets, kcoreaddons, kservice, kwidgetsaddons
, kwindowsystem, plasma-framework, qtscript, qtx11extras
, kconfig, ki18n, kiconthemes
}:

plasmaPackage {
  name = "libksysguard";
  patches = [
    ./0001-qdiriterator-follow-symlinks.patch
  ];
  nativeBuildInputs = [
    extra-cmake-modules
  ];
  propagatedBuildInputs = [
    kauth kconfig ki18n kiconthemes kwindowsystem plasma-framework qtx11extras
    kcompletion kconfigwidgets kcoreaddons kservice kwidgetsaddons qtscript
  ];
}