python.pkgs.jsonnet: disable for Python 3
This commit is contained in:
parent
d45e554457
commit
785d7f2349
@ -11146,6 +11146,8 @@ in {
|
||||
|
||||
jsonnet = buildPythonPackage {
|
||||
inherit (pkgs.jsonnet) name src;
|
||||
# Python 3 is not yet supported https://github.com/google/jsonnet/pull/335
|
||||
disabled = isPy3k;
|
||||
};
|
||||
|
||||
jupyter_client = callPackage ../development/python-modules/jupyter_client { };
|
||||
|
Loading…
Reference in New Issue
Block a user