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:
parent
0686263a23
commit
b2192f0e71
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue