gns3-gui: fix running on Wayland

When running GNS3 on Wayland it currently crashes on startup as it's
missing the Wayland backend.
This commit is contained in:
Lorenz Brun
2023-10-21 04:39:01 +02:00
parent 0686263a23
commit b2192f0e71
@@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
setuptools
sip_4 (pyqt5.override { withWebSockets = true; })
truststore
qt5.qtwayland
] ++ lib.optionals (pythonOlder "3.9") [
importlib-resources
];