6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "Riverside-Healthcare";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-p9RIzX9zoZxBrhiNaIeCX9OgfQm/lXNwYsh6IcsnIVk=";
18 nativeBuildInputs = with python3.pkgs; [
27 propagatedBuildInputs = with python3.pkgs; [
42 pythonImportsCheck = [ "djlint" ];
45 description = "HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang";
46 mainProgram = "djlint";
47 homepage = "https://github.com/Riverside-Healthcare/djlint";
48 license = licenses.gpl3Only;
49 maintainers = with maintainers; [ traxys ];