1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
8 sha256 = "50c1ef4630374a5d723900096a961cff426dff46b48f34d194a81bbe14eca178";
11 # Tests run fine in a normal source checkout, but not when being built by nix.
15 description = "A configurable HTML Minifier with safety features";
16 homepage = "https://pypi.python.org/pypi/htmlmin";
17 license = licenses.bsd3;