7 buildPythonPackage rec {
8 pname = "xstatic-pygments";
12 pname = "XStatic-Pygments";
14 sha256 = "082c1e9fe606fbbef474f78b6fdb19e9a2efcc7a9b7d94163cf66f7bfae75762";
17 # no tests implemented
21 homepage = "https://pygments.org";
22 description = "pygments packaged static files for python";
23 license = licenses.mit;
24 maintainers = with maintainers; [ makefu ];