1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

gns3-gui: fix running on Wayland

When running GNS3 on Wayland it currently crashes on startup as it's
missing the Wayland backend.
This commit is contained in:
Lorenz Brun 2023-10-21 04:35:30 +02:00
parent 0686263a23
commit b2192f0e71

View file

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