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

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