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:
@@ -16,6 +16,7 @@
|
||||
, qtnetworkauth
|
||||
, qtsvg
|
||||
, qttools
|
||||
, qtwayland
|
||||
, qtwebsockets
|
||||
, rustPlatform
|
||||
, rustc
|
||||
@@ -74,6 +75,7 @@ stdenv.mkDerivation {
|
||||
qtbase
|
||||
qtnetworkauth
|
||||
qtsvg
|
||||
qtwayland
|
||||
qtwebsockets
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user