about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorLuna Nova <git@lunnova.dev>2022-10-26 22:49:30 -0700
committerLuna Nova <git@lunnova.dev>2022-10-26 22:49:30 -0700
commit0354ac3bec5f5c3c2752ee9a2f78f83de11b4771 (patch)
tree8f81ffc22522aa6d940409cbbe4a297e3c7f4b30 /pkgs/desktops/plasma-5
parent514e8397afdfd592e565947c2ff1a2b80350f543 (diff)
libkscreen: add qttools dependency
Required since 5.26.2 for Qt5LinguistTools
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/libkscreen/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/libkscreen/default.nix b/pkgs/desktops/plasma-5/libkscreen/default.nix
index ad9ddc95c0453..74fbd838187a6 100644
--- a/pkgs/desktops/plasma-5/libkscreen/default.nix
+++ b/pkgs/desktops/plasma-5/libkscreen/default.nix
@@ -10,12 +10,13 @@
 , wayland
 , libXrandr
 , qtx11extras
+, qttools
 }:
 
 mkDerivation {
   pname = "libkscreen";
   nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
-  buildInputs = [ kconfig kwayland plasma-wayland-protocols wayland libXrandr qtx11extras ];
+  buildInputs = [ kconfig kwayland plasma-wayland-protocols wayland libXrandr qtx11extras qttools ];
   outputs = [ "out" "dev" ];
   patches = [
     ./libkscreen-backends-path.patch