Loading pkgs/development/python-modules/json-schema-for-humans/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -35,12 +35,15 @@ buildPythonPackage rec { "dataclasses-json" ]; nativeBuildInputs = [ build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; propagatedBuildInputs = [ dependencies = [ click dataclasses-json htmlmin Loading Loading @@ -70,10 +73,10 @@ buildPythonPackage rec { meta = with lib; { description = "Quickly generate HTML documentation from a JSON schema"; mainProgram = "generate-schema-doc"; homepage = "https://github.com/coveooss/json-schema-for-humans"; changelog = "https://github.com/coveooss/json-schema-for-humans/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ astro ]; mainProgram = "generate-schema-doc"; }; } Loading
pkgs/development/python-modules/json-schema-for-humans/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -35,12 +35,15 @@ buildPythonPackage rec { "dataclasses-json" ]; nativeBuildInputs = [ build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; propagatedBuildInputs = [ dependencies = [ click dataclasses-json htmlmin Loading Loading @@ -70,10 +73,10 @@ buildPythonPackage rec { meta = with lib; { description = "Quickly generate HTML documentation from a JSON schema"; mainProgram = "generate-schema-doc"; homepage = "https://github.com/coveooss/json-schema-for-humans"; changelog = "https://github.com/coveooss/json-schema-for-humans/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ astro ]; mainProgram = "generate-schema-doc"; }; }