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

plasmaPackage {
  name = "breeze-gtk";
  nativeBuildInputs = [ ecm ];
}