Commit b2192f0e authored by Lorenz Brun's avatar Lorenz Brun
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.
parent 0686263a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
  ];