summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLorenz Brun <lorenz@brun.one>2023-10-21 04:35:30 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-25 09:59:04 +0000
commit29cdb081271435fd0a0d3e60751ff95b91d8e66f (patch)
tree4ced293869541564cee0b31641b03b58e57eea8e /pkgs/applications
parent744f7b7b7b90adac39dba49e6bcda1b2348e47c8 (diff)
gns3-gui: fix running on Wayland
When running GNS3 on Wayland it currently crashes on startup as it's
missing the Wayland backend.

(cherry picked from commit b2192f0e719c1d2e0a10288490bbd3c2070f847b)
Diffstat (limited to 'pkgs/applications')
-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 85f0d7c0e638f..67a60559d99d6 100644
--- a/pkgs/applications/networking/gns3/gui.nix
+++ b/pkgs/applications/networking/gns3/gui.nix
@@ -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
   ];