summary refs log blame commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/kmediaplayer.nix
blob: 460458b22323a3f07d17b8a01751f1d020f82fc6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                              
{ kdeFramework, lib
, extra-cmake-modules
, kparts
, kxmlgui
}:

kdeFramework {
  name = "kmediaplayer";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kxmlgui ];
  propagatedBuildInputs = [ kparts ];
  meta = {
    maintainers = [ lib.maintainers.ttuegel ];
  };
}