1
0
Fork 1
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:
Jonathan Ringer 2020-08-15 15:49:13 -07:00
parent ae67ea49c5
commit dcef1818a0
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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