python.pkgs.jsonnet: disable for Python 3

This commit is contained in:
Frederik Rietdijk 2017-09-06 16:58:52 +02:00
parent d45e554457
commit 785d7f2349

View file

@ -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 { };