Loading pkgs/development/python-modules/mitmproxy/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ ldap3, mitmproxy-rs, msgpack, nixosTests, publicsuffix2, pyopenssl, pyparsing, Loading Loading @@ -147,6 +148,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "mitmproxy" ]; passthru.tests = { inherit (nixosTests) mitmproxy; }; meta = with lib; { description = "Man-in-the-middle proxy"; homepage = "https://mitmproxy.org/"; Loading Loading
pkgs/development/python-modules/mitmproxy/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ ldap3, mitmproxy-rs, msgpack, nixosTests, publicsuffix2, pyopenssl, pyparsing, Loading Loading @@ -147,6 +148,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "mitmproxy" ]; passthru.tests = { inherit (nixosTests) mitmproxy; }; meta = with lib; { description = "Man-in-the-middle proxy"; homepage = "https://mitmproxy.org/"; Loading