diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2020-08-15 15:49:13 -0700 |
|---|---|---|
| committer | Jonathan Ringer <jonringer117@gmail.com> | 2020-08-15 17:31:57 -0700 |
| commit | dcef1818a0bb8cf0491bcdcf23d5566c4f7bd80c (patch) | |
| tree | 47d126c676df8b577864f9083c51d12afae45a95 /pkgs/development/python-modules/python-igraph | |
| parent | ae67ea49c5d8e8388571d54ef7c7749e301164b6 (diff) | |
python2Packages.python-igraph: disable python2
Diffstat (limited to 'pkgs/development/python-modules/python-igraph')
| -rw-r--r-- | pkgs/development/python-modules/python-igraph/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-igraph/default.nix b/pkgs/development/python-modules/python-igraph/default.nix index 12a327be2a67..d67ec59f3ac3 100644 --- a/pkgs/development/python-modules/python-igraph/default.nix +++ b/pkgs/development/python-modules/python-igraph/default.nix @@ -5,6 +5,7 @@ buildPythonPackage rec { pname = "python-igraph"; version = "0.8.2"; + disabled = !isPy3k; # fails to build nativeBuildInputs = [ pkgconfig ]; buildInputs = [ igraph ]; |
