From 609a1f17a80c1b6e5d90f36b3380f22f3e6827e1 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Thu, 1 Apr 2021 21:52:46 +0800 Subject: qqc2-breeze-style: init at 5.21.3 --- pkgs/desktops/plasma-5/qqc2-breeze-style.nix | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pkgs/desktops/plasma-5/qqc2-breeze-style.nix (limited to 'pkgs/desktops/plasma-5/qqc2-breeze-style.nix') diff --git a/pkgs/desktops/plasma-5/qqc2-breeze-style.nix b/pkgs/desktops/plasma-5/qqc2-breeze-style.nix new file mode 100644 index 00000000000..420529eb174 --- /dev/null +++ b/pkgs/desktops/plasma-5/qqc2-breeze-style.nix @@ -0,0 +1,26 @@ +{ mkDerivation +, lib +, extra-cmake-modules +, kconfig +, kconfigwidgets +, kdoctools +, kguiaddons +, kiconthemes +, kirigami2 +, qtquickcontrols2 +, qtx11extras +}: + +mkDerivation { + name = "qqc2-breeze-style"; + nativeBuildInputs = [ extra-cmake-modules kdoctools ]; + buildInputs = [ + kconfig + kconfigwidgets + kguiaddons + kiconthemes + kirigami2 + qtquickcontrols2 + qtx11extras + ]; +} -- cgit 1.4.1