summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-igraph
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-08-15 15:49:13 -0700
committerJonathan Ringer <jonringer117@gmail.com>2020-08-15 17:31:57 -0700
commitdcef1818a0bb8cf0491bcdcf23d5566c4f7bd80c (patch)
tree47d126c676df8b577864f9083c51d12afae45a95 /pkgs/development/python-modules/python-igraph
parentae67ea49c5d8e8388571d54ef7c7749e301164b6 (diff)
python2Packages.python-igraph: disable python2
Diffstat (limited to 'pkgs/development/python-modules/python-igraph')
-rw-r--r--pkgs/development/python-modules/python-igraph/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-igraph/default.nix b/pkgs/development/python-modules/python-igraph/default.nix
index 12a327be2a67..d67ec59f3ac3 100644
--- a/pkgs/development/python-modules/python-igraph/default.nix
+++ b/pkgs/development/python-modules/python-igraph/default.nix
@@ -5,6 +5,7 @@
buildPythonPackage rec {
pname = "python-igraph";
version = "0.8.2";
+ disabled = !isPy3k; # fails to build
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ igraph ];