summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/krunner.nix
blob: 064a89e08067dba477b8cbeb961eb305a29bb1f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kdeFramework, lib, ecm, kconfig, kcoreaddons
, ki18n, kio, kservice, plasma-framework, solid
, threadweaver
}:

kdeFramework {
  name = "krunner";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [
    kconfig kcoreaddons ki18n kio kservice plasma-framework solid
    threadweaver
  ];
}