about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.5/breeze-gtk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.5/breeze-gtk.nix')
-rw-r--r--pkgs/desktops/plasma-5.5/breeze-gtk.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5.5/breeze-gtk.nix b/pkgs/desktops/plasma-5.5/breeze-gtk.nix
new file mode 100644
index 000000000000..179f15dc8763
--- /dev/null
+++ b/pkgs/desktops/plasma-5.5/breeze-gtk.nix
@@ -0,0 +1,8 @@
+{ plasmaPackage
+, extra-cmake-modules
+}:
+
+plasmaPackage {
+  name = "breeze-gtk";
+  nativeBuildInputs = [ extra-cmake-modules ];
+}