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

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