css-html-js-minify: init from python3Packages.css-html-js-minify

This commit is contained in:
Florian Franzen 2021-04-21 20:21:09 +02:00
parent 0ea4a311f2
commit a598006fd1

View File

@ -12634,6 +12634,8 @@ in
csslint = callPackage ../development/web/csslint { };
css-html-js-minify = with python3Packages; toPythonApplication css-html-js-minify;
cvise = python3Packages.callPackage ../development/tools/misc/cvise {
inherit (llvmPackages_11) llvm clang-unwrapped;
};