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
commit edb9802bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
];