about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/breeze-gtk.nix
blob: 4048d98431db90972e52cfb2ea1d9cca532fdda6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ plasmaPackage
, extra-cmake-modules
, qtbase
}:

plasmaPackage {
  name = "breeze-gtk";
  nativeBuildInputs = [ extra-cmake-modules ];
  cmakeFlags = [ "-DWITH_GTK3_VERSION=3.20" ];
  buildInputs = [ qtbase ];
}