python3.pkgs.jsonnet: enable Python 3 builds

since support was added in 0.9.5 by @benley
This commit is contained in:
Frederik Rietdijk 2018-01-02 10:15:08 +01:00
parent e3de7b06b7
commit a0be858835

View File

@ -9887,8 +9887,6 @@ 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 { };