diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 6700ee13fb1..7ccf7b298a0 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7135,10 +7135,6 @@ let mercurial = callPackage ../applications/version-management/mercurial { guiSupport = getConfig ["mercurial" "guiSupport"] false; # for hgk (gitk gui for hg) inherit (pythonPackages) ssl curses; - # when used with hg-fast-export (git) mercurials files are using - # httplib.FakeSocket which is not provided after python 2.6. (httplib2 - # has removed it from its interface). - python = python27; }; merkaartor = callPackage ../applications/misc/merkaartor { };