Merge pull request #108071 from astro/json-schema-for-humans

json-schema-for-humans: init at 0.27.0
This commit is contained in:
Sandro
2021-01-11 02:00:28 +01:00
committed by GitHub
3 changed files with 47 additions and 0 deletions
+2
View File
@@ -3257,6 +3257,8 @@ in {
json-merge-patch = callPackage ../development/python-modules/json-merge-patch { };
json-schema-for-humans = callPackage ../development/python-modules/json-schema-for-humans { };
jsonnet = buildPythonPackage { inherit (pkgs.jsonnet) name src; };
jsonpatch = callPackage ../development/python-modules/jsonpatch { };