biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / kde / baloo-widgets.nix
blob940c47a2ac83f4bf3cfa73b98a70473dabd81cb6
2   mkDerivation, lib,
3   extra-cmake-modules, kdoctools,
4   baloo, kconfig, kfilemetadata, ki18n, kio, kservice
5 }:
7 mkDerivation {
8   pname = "baloo-widgets";
9   meta = {
10     license = [ lib.licenses.lgpl21 ];
11     maintainers = [ lib.maintainers.ttuegel ];
12   };
13   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
14   propagatedBuildInputs = [
15     baloo kconfig kfilemetadata ki18n kio kservice
16   ];
17   outputs = [ "out" "dev" ];