6 buildPythonPackage rec {
7 pname = "XStatic-Pygments";
11 inherit version pname;
12 sha256 = "082c1e9fe606fbbef474f78b6fdb19e9a2efcc7a9b7d94163cf66f7bfae75762";
15 # no tests implemented
19 homepage = "https://pygments.org";
20 description = "pygments packaged static files for python";
21 license = licenses.mit;
22 maintainers = with maintainers; [ makefu ];