summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
blob: dd99d2d4f1e57ce63c707618aa3c6d2655f65eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kdeFramework, lib, extra-cmake-modules, kcompletion, kconfig
, ki18n, kio, phonon
}:

kdeFramework {
  name = "knotifyconfig";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kcompletion kconfig phonon ];
  propagatedBuildInputs = [ ki18n kio ];
  meta = {
    maintainers = [ lib.maintainers.ttuegel ];
  };
}