luckybackup: support wayland

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
This commit is contained in:
Matthieu C. 2024-11-16 22:00:06 +01:00
parent e6914ee14c
commit 4789705239

View File

@ -34,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
rsync
openssh
qt5.qtwayland
];
strictDeps = true;