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.
This commit is contained in:
Orivej Desh 2017-11-16 23:51:06 +00:00
parent 8e207587b1
commit ca84443626

View file

@ -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";