python2Packages.python-igraph: disable python2

This commit is contained in:
Jonathan Ringer
2020-08-15 15:49:13 -07:00
parent ae67ea49c5
commit dcef1818a0

View File

@@ -5,6 +5,7 @@
buildPythonPackage rec {
pname = "python-igraph";
version = "0.8.2";
disabled = !isPy3k; # fails to build
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ igraph ];