python2Packages.python-igraph: disable python2
This commit is contained in:
parent
ae67ea49c5
commit
dcef1818a0
@ -5,6 +5,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "python-igraph";
|
||||
version = "0.8.2";
|
||||
disabled = !isPy3k; # fails to build
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ igraph ];
|
||||
|
Loading…
Reference in New Issue
Block a user