Unverified Commit edb9802b authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

Merge pull request #262437 from lorenz/fix-gns3-wayland

gns3-gui: fix running on Wayland
parents 55103bf2 b2192f0e
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
  ];