summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/breeze-gtk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5/breeze-gtk.nix')
-rw-r--r--pkgs/desktops/plasma-5/breeze-gtk.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/breeze-gtk.nix b/pkgs/desktops/plasma-5/breeze-gtk.nix
index 57de2fa2d47..4048d98431d 100644
--- a/pkgs/desktops/plasma-5/breeze-gtk.nix
+++ b/pkgs/desktops/plasma-5/breeze-gtk.nix
@@ -1,9 +1,11 @@
 { plasmaPackage
-, ecm
+, extra-cmake-modules
+, qtbase
 }:
 
 plasmaPackage {
   name = "breeze-gtk";
-  nativeBuildInputs = [ ecm ];
+  nativeBuildInputs = [ extra-cmake-modules ];
   cmakeFlags = [ "-DWITH_GTK3_VERSION=3.20" ];
+  buildInputs = [ qtbase ];
 }