Loading pkgs/development/python-modules/mitmproxy-linux/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,6 @@ buildPythonPackage { meta = { inherit (mitmproxy-rs.meta) changelog license maintainers; } // { description = "Linux Rust bits in mitmproxy"; homepage = "https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-linux"; platforms = lib.platforms.linux; Loading pkgs/development/python-modules/mitmproxy-macos/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -24,13 +24,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "mitmproxy_macos" ]; meta = with lib; { meta = { inherit (mitmproxy-rs.meta) changelog license maintainers; description = "MacOS Rust bits in mitmproxy"; homepage = "https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-macos"; changelog = "https://github.com/mitmproxy/mitmproxy_rs/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ boltzmannrain ]; platforms = platforms.darwin; sourceProvenance = with sourceTypes; [ binaryBytecode ]; platforms = lib.platforms.darwin; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; }; } Loading
pkgs/development/python-modules/mitmproxy-linux/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,6 @@ buildPythonPackage { meta = { inherit (mitmproxy-rs.meta) changelog license maintainers; } // { description = "Linux Rust bits in mitmproxy"; homepage = "https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-linux"; platforms = lib.platforms.linux; Loading
pkgs/development/python-modules/mitmproxy-macos/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -24,13 +24,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "mitmproxy_macos" ]; meta = with lib; { meta = { inherit (mitmproxy-rs.meta) changelog license maintainers; description = "MacOS Rust bits in mitmproxy"; homepage = "https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-macos"; changelog = "https://github.com/mitmproxy/mitmproxy_rs/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ boltzmannrain ]; platforms = platforms.darwin; sourceProvenance = with sourceTypes; [ binaryBytecode ]; platforms = lib.platforms.darwin; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; }; }