From 1f2a18d9163f75c1001a04157f195557b0c24f8a Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Fri, 8 Sep 2017 21:24:14 +0300 Subject: protobuf: remove old versions This leaves only protobuf3_1 which is the last version with libprotobuf2. Also fix several packages to build with the latest protobuf. --- pkgs/tools/networking/mitmproxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/networking/mitmproxy/default.nix b/pkgs/tools/networking/mitmproxy/default.nix index db01b012a14d..583100e0f371 100644 --- a/pkgs/tools/networking/mitmproxy/default.nix +++ b/pkgs/tools/networking/mitmproxy/default.nix @@ -63,7 +63,7 @@ in p.pkgs.buildPythonPackage rec { ]; buildInputs = with p.pkgs; [ - beautifulsoup4 flask pytz pytest pytestrunner protobuf3_2 glibcLocales + beautifulsoup4 flask pytz pytest pytestrunner protobuf glibcLocales ]; meta = with stdenv.lib; { -- cgit 1.4.1