libkscreen: add qttools dependency

Required since 5.26.2 for Qt5LinguistTools
This commit is contained in:
Luna Nova 2022-10-26 22:49:30 -07:00
parent 514e8397af
commit 0354ac3bec
No known key found for this signature in database

View file

@ -10,12 +10,13 @@
, wayland , wayland
, libXrandr , libXrandr
, qtx11extras , qtx11extras
, qttools
}: }:
mkDerivation { mkDerivation {
pname = "libkscreen"; pname = "libkscreen";
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ]; 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" ]; outputs = [ "out" "dev" ];
patches = [ patches = [
./libkscreen-backends-path.patch ./libkscreen-backends-path.patch