fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git] / pkgs / applications / kde / baloo-widgets.nix
blob646a4582a5e2014c7fde3e4b2ef055bf41b5e629
2   mkDerivation,
3   lib,
4   extra-cmake-modules,
5   kdoctools,
6   baloo,
7   kconfig,
8   kfilemetadata,
9   ki18n,
10   kio,
11   kservice,
14 mkDerivation {
15   pname = "baloo-widgets";
16   meta = {
17     license = [ lib.licenses.lgpl21 ];
18     maintainers = [ lib.maintainers.ttuegel ];
19   };
20   nativeBuildInputs = [
21     extra-cmake-modules
22     kdoctools
23   ];
24   propagatedBuildInputs = [
25     baloo
26     kconfig
27     kfilemetadata
28     ki18n
29     kio
30     kservice
31   ];
32   outputs = [
33     "out"
34     "dev"
35   ];