Loading pkgs/applications/networking/gns3/gui.nix +7 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ , fetchFromGitHub , qt5 , wrapQtAppsHook , testers , gns3-gui }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -56,6 +58,11 @@ python3.pkgs.buildPythonApplication rec { export QT_QPA_PLATFORM=offscreen ''; passthru.tests.version = testers.testVersion { package = gns3-gui; command = "${lib.getExe gns3-gui} --version"; }; meta = with lib; { description = "Graphical Network Simulator 3 GUI (${channel} release)"; longDescription = '' Loading Loading
pkgs/applications/networking/gns3/gui.nix +7 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ , fetchFromGitHub , qt5 , wrapQtAppsHook , testers , gns3-gui }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -56,6 +58,11 @@ python3.pkgs.buildPythonApplication rec { export QT_QPA_PLATFORM=offscreen ''; passthru.tests.version = testers.testVersion { package = gns3-gui; command = "${lib.getExe gns3-gui} --version"; }; meta = with lib; { description = "Graphical Network Simulator 3 GUI (${channel} release)"; longDescription = '' Loading