about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-16 23:51:06 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-16 23:51:06 +0000
commitca844436268eed6fbfd4c15558c9848581fcadec (patch)
tree2a28b0c6d384e6bb8f42bc8bd4b871432928bd27 /pkgs
parent8e207587b1bfcfb11444c4dc9166e297f2a465cb (diff)
downloadnixlib-ca844436268eed6fbfd4c15558c9848581fcadec.tar
nixlib-ca844436268eed6fbfd4c15558c9848581fcadec.tar.gz
nixlib-ca844436268eed6fbfd4c15558c9848581fcadec.tar.bz2
nixlib-ca844436268eed6fbfd4c15558c9848581fcadec.tar.lz
nixlib-ca844436268eed6fbfd4c15558c9848581fcadec.tar.xz
nixlib-ca844436268eed6fbfd4c15558c9848581fcadec.tar.zst
nixlib-ca844436268eed6fbfd4c15558c9848581fcadec.zip
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 88a55e6b8dd7..6606dee344db 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";