summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma/plasma-mediacenter.nix
blob: 1967a0b8a4e0f19eadd7deb48b548c6e3dcc0568 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ plasmaPackage, ecm, baloo, kactivities, kconfig
, kcoreaddons, kdeclarative, kguiaddons, ki18n, kio, kservice
, kfilemetadata, plasma-framework, qtdeclarative, qtmultimedia
, taglib
}:

plasmaPackage rec {
  name = "plasma-mediacenter";
  nativeBuildInputs = [
    ecm
  ];
  propagatedBuildInputs = [
    baloo kactivities kdeclarative kfilemetadata ki18n kio plasma-framework
    kconfig kcoreaddons kguiaddons kservice qtdeclarative qtmultimedia taglib
  ];
}