mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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 a new issue