mozillavpn: add qtwayland to build inputs

This fixes the app not launching in a wayland environment.
❯ mozillavpn
Aborted (core dumped)

~/.local/share/mozillavpn.log showed:
Warning: Could not find the Qt platform plugin "wayland" in ""
Error: This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the application may fix this problem.
Available platform plugins are: linuxfb, minimal, eglfs, minimalegl, vkkhrdisplay, xcb, vnc, offscreen.
This commit is contained in:
teutat3s
2024-04-03 18:32:36 +02:00
parent d8fe5e6c92
commit 22143317c1
@@ -16,6 +16,7 @@
, qtnetworkauth
, qtsvg
, qttools
, qtwayland
, qtwebsockets
, rustPlatform
, rustc
@@ -74,6 +75,7 @@ stdenv.mkDerivation {
qtbase
qtnetworkauth
qtsvg
qtwayland
qtwebsockets
];
nativeBuildInputs = [