summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma/kdecoration.nix
blob: a0f9d93e60b011ce0fcadbef08d150cbbeff4455 (plain) (blame)
1
2
3
4
5
6
{ plasmaPackage, ecm }:

plasmaPackage {
  name = "kdecoration";
  nativeBuildInputs = [ ecm ];
}