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:
parent
8e207587b1
commit
ca84443626
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue