Commit 29cdb081 authored by Lorenz Brun's avatar Lorenz Brun Committed by github-actions[bot]
Browse files

gns3-gui: fix running on Wayland

When running GNS3 on Wayland it currently crashes on startup as it's
missing the Wayland backend.

(cherry picked from commit b2192f0e)
parent 744f7b7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
    setuptools
    sip_4 (pyqt5.override { withWebSockets = true; })
    truststore
    qt5.qtwayland
  ] ++ lib.optionals (pythonOlder "3.9") [
    importlib-resources
  ];