12 buildPythonPackage rec {
13 pname = "mkdocs-minify";
16 src = fetchFromGitHub {
18 repo = "${pname}-plugin";
20 sha256 = "sha256-7v4uX711KAKuXFeVdLuIdGQi2i+dL4WX7+Zd4H1L3lM=";
23 propagatedBuildInputs = [
35 pythonImportsCheck = [ "mkdocs" ];
38 description = "A mkdocs plugin to minify the HTML of a page before it is written to disk.";
39 homepage = "https://github.com/byrnereese/mkdocs-minify-plugin";
40 license = licenses.mit;
41 maintainers = with maintainers; [ tfc ];