python312Packages.json-schema-for-humans: refactor

This commit is contained in:
Fabian Affolter 2024-05-09 10:02:42 +02:00
parent 7f16302d55
commit fe6d7b04bd

View file

@ -35,12 +35,15 @@ buildPythonPackage rec {
"dataclasses-json"
];
nativeBuildInputs = [
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
click
dataclasses-json
htmlmin
@ -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";
};
}