From ca844436268eed6fbfd4c15558c9848581fcadec Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Thu, 16 Nov 2017 23:51:06 +0000 Subject: [PATCH] hg-git: disable with python3 It is not importable from Python 3 and it is a plugin for mercurial, which is a Python 2 application. --- pkgs/top-level/python-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 88a55e6b8dd..6606dee344d 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -8032,6 +8032,7 @@ in { hg-git = buildPythonPackage rec { name = "hg-git-${version}"; version = "0.8.10"; + disabled = isPy3k; src = pkgs.fetchurl { url = "mirror://pypi/h/hg-git/${name}.tar.gz";