From 29cdb081271435fd0a0d3e60751ff95b91d8e66f Mon Sep 17 00:00:00 2001 From: Lorenz Brun Date: Sat, 21 Oct 2023 04:35:30 +0200 Subject: 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) --- pkgs/applications/networking/gns3/gui.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications') 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 ]; -- cgit 1.4.1