summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-01-31 19:48:14 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-01-31 19:48:14 -0600
commit7497244541511506f231fe7035417e445a5f3ee1 (patch)
tree73fd58477a4420a389dd27dd7d607b5b95e95301
parent48bcb6dc8fe8cbecb26eb5a5d3d39c1cc0719c5e (diff)
downloadnixpkgs-7497244541511506f231fe7035417e445a5f3ee1.tar
nixpkgs-7497244541511506f231fe7035417e445a5f3ee1.tar.gz
nixpkgs-7497244541511506f231fe7035417e445a5f3ee1.tar.bz2
nixpkgs-7497244541511506f231fe7035417e445a5f3ee1.tar.lz
nixpkgs-7497244541511506f231fe7035417e445a5f3ee1.tar.xz
nixpkgs-7497244541511506f231fe7035417e445a5f3ee1.tar.zst
nixpkgs-7497244541511506f231fe7035417e445a5f3ee1.zip
kscreen: kcmutils buildInput
-rw-r--r--pkgs/desktops/plasma-5/kscreen.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/desktops/plasma-5/kscreen.nix b/pkgs/desktops/plasma-5/kscreen.nix
index 422bb95c605..d46d48b9c5b 100644
--- a/pkgs/desktops/plasma-5/kscreen.nix
+++ b/pkgs/desktops/plasma-5/kscreen.nix
@@ -1,17 +1,17 @@
 {
   mkDerivation,
   extra-cmake-modules,
-  kconfig, kconfigwidgets, kdbusaddons, kglobalaccel, ki18n, kwidgetsaddons,
-  kxmlgui, libkscreen, qtdeclarative, qtgraphicaleffects, kwindowsystem, 
-  kdeclarative, plasma-framework
+  kconfig, kcmutils, kconfigwidgets, kdbusaddons, kglobalaccel, ki18n,
+  kwidgetsaddons, kxmlgui, libkscreen, qtdeclarative, qtgraphicaleffects,
+  kwindowsystem, kdeclarative, plasma-framework
 }:
 
 mkDerivation {
   name = "kscreen";
   nativeBuildInputs = [ extra-cmake-modules ];
   buildInputs = [
-    kconfig kconfigwidgets kdbusaddons kglobalaccel ki18n kwidgetsaddons kxmlgui
-    libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative
-    plasma-framework
+    kconfig kcmutils kconfigwidgets kdbusaddons kglobalaccel ki18n
+    kwidgetsaddons kxmlgui libkscreen qtdeclarative qtgraphicaleffects
+    kwindowsystem kdeclarative plasma-framework
   ];
 }