mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 19:16:47 +03:00
python2Packages.python-igraph: disable python2
This commit is contained in:
parent
ae67ea49c5
commit
dcef1818a0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-igraph";
|
pname = "python-igraph";
|
||||||
version = "0.8.2";
|
version = "0.8.2";
|
||||||
|
disabled = !isPy3k; # fails to build
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ igraph ];
|
buildInputs = [ igraph ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue