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

gns3-gui: fix running on Wayland
This commit is contained in:
Silvan Mosberger
2023-11-25 10:58:35 +01:00
committed by GitHub
@@ -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
];