about summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3
diff options
context:
space:
mode:
authorLorenz Brun <lorenz@brun.one>2023-10-21 04:35:30 +0200
committerLorenz Brun <lorenz@brun.one>2023-10-21 04:39:01 +0200
commitb2192f0e719c1d2e0a10288490bbd3c2070f847b (patch)
treea188e4e2db7e1d8177e808ef987e4bbee6fd0255 /pkgs/applications/networking/gns3
parent0686263a235a394f96980d83e43d5ef371e83cf7 (diff)
gns3-gui: fix running on Wayland
When running GNS3 on Wayland it currently crashes on startup as it's
missing the Wayland backend.
Diffstat (limited to 'pkgs/applications/networking/gns3')
-rw-r--r--pkgs/applications/networking/gns3/gui.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/gns3/gui.nix b/pkgs/applications/networking/gns3/gui.nix
index a9537d9931711..20d913ce26fe0 100644
--- a/pkgs/applications/networking/gns3/gui.nix
+++ b/pkgs/applications/networking/gns3/gui.nix
@@ -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
   ];