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
, 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