Loading pkgs/applications/networking/gns3/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ let }; mkServer = args: callPackage (import ./server.nix (args)) { }; in { in { guiStable = mkGui { channel = "stable"; version = "2.2.49"; Loading pkgs/applications/networking/gns3/gui.nix +15 −19 Original line number Diff line number Diff line { channel , version , hash { channel, version, hash, }: { lib , python3Packages , fetchFromGitHub , qt5 , wrapQtAppsHook , testers , gns3-gui { fetchFromGitHub, gns3-gui, lib, python3Packages, qt5, testers, wrapQtAppsHook, }: python3Packages.buildPythonApplication rec { Loading @@ -23,15 +25,11 @@ python3Packages.buildPythonApplication rec { rev = "refs/tags/v${version}"; }; nativeBuildInputs = with python3Packages; [ wrapQtAppsHook ]; nativeBuildInputs = with python3Packages; [ wrapQtAppsHook ]; build-system = with python3Packages; [ setuptools ]; propagatedBuildInputs = [ qt5.qtwayland ]; propagatedBuildInputs = [ qt5.qtwayland ]; dependencies = with python3Packages; [ distro Loading @@ -54,9 +52,7 @@ python3Packages.buildPythonApplication rec { doCheck = true; checkInputs = with python3Packages; [ pytestCheckHook ]; checkInputs = with python3Packages; [ pytestCheckHook ]; preCheck = '' export HOME=$(mktemp -d) Loading pkgs/applications/networking/gns3/server.nix +14 −12 Original line number Diff line number Diff line { channel , version , hash { channel, version, hash, }: { lib , python3Packages , fetchFromGitHub , pkgsStatic , stdenv , nixosTests , testers , util-linux , gns3-server { fetchFromGitHub, gns3-server, lib, nixosTests, pkgsStatic, python3Packages, stdenv, testers, util-linux, }: python3Packages.buildPythonApplication { Loading Loading
pkgs/applications/networking/gns3/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ let }; mkServer = args: callPackage (import ./server.nix (args)) { }; in { in { guiStable = mkGui { channel = "stable"; version = "2.2.49"; Loading
pkgs/applications/networking/gns3/gui.nix +15 −19 Original line number Diff line number Diff line { channel , version , hash { channel, version, hash, }: { lib , python3Packages , fetchFromGitHub , qt5 , wrapQtAppsHook , testers , gns3-gui { fetchFromGitHub, gns3-gui, lib, python3Packages, qt5, testers, wrapQtAppsHook, }: python3Packages.buildPythonApplication rec { Loading @@ -23,15 +25,11 @@ python3Packages.buildPythonApplication rec { rev = "refs/tags/v${version}"; }; nativeBuildInputs = with python3Packages; [ wrapQtAppsHook ]; nativeBuildInputs = with python3Packages; [ wrapQtAppsHook ]; build-system = with python3Packages; [ setuptools ]; propagatedBuildInputs = [ qt5.qtwayland ]; propagatedBuildInputs = [ qt5.qtwayland ]; dependencies = with python3Packages; [ distro Loading @@ -54,9 +52,7 @@ python3Packages.buildPythonApplication rec { doCheck = true; checkInputs = with python3Packages; [ pytestCheckHook ]; checkInputs = with python3Packages; [ pytestCheckHook ]; preCheck = '' export HOME=$(mktemp -d) Loading
pkgs/applications/networking/gns3/server.nix +14 −12 Original line number Diff line number Diff line { channel , version , hash { channel, version, hash, }: { lib , python3Packages , fetchFromGitHub , pkgsStatic , stdenv , nixosTests , testers , util-linux , gns3-server { fetchFromGitHub, gns3-server, lib, nixosTests, pkgsStatic, python3Packages, stdenv, testers, util-linux, }: python3Packages.buildPythonApplication { Loading