Loading pkgs/applications/networking/gns3/server.nix +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , stdenv , nixosTests , testers , util-linux , gns3-server }: Loading Loading @@ -55,6 +56,9 @@ python3.pkgs.buildPythonApplication { rm $out/bin/gns3loopback ''; # util-linux (script program) is required for Docker support makeWrapperArgs = [ "--suffix PATH : ${lib.makeBinPath [ util-linux ]}" ]; doCheck = true; # Otherwise tests will fail to create directory Loading Loading
pkgs/applications/networking/gns3/server.nix +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , stdenv , nixosTests , testers , util-linux , gns3-server }: Loading Loading @@ -55,6 +56,9 @@ python3.pkgs.buildPythonApplication { rm $out/bin/gns3loopback ''; # util-linux (script program) is required for Docker support makeWrapperArgs = [ "--suffix PATH : ${lib.makeBinPath [ util-linux ]}" ]; doCheck = true; # Otherwise tests will fail to create directory Loading