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

plasmaPackage {
  name = "kdecoration";
  nativeBuildInputs = [ extra-cmake-modules ];
}