13 let pygments = buildPythonPackage
22 hash = "sha256-Ha/wSUggxpvIlB5AeqIPV3N07og2TuEKmP2+Cuzpbik=";
29 # circular dependencies if enabled by default
38 # 5 lines diff, including one nix store path in 20000+ lines
39 "tests/examplefiles/bash/ltmain.sh"
42 pythonImportsCheck = [
47 check = pygments.overridePythonAttrs (_: { doCheck = true; });
51 changelog = "https://github.com/pygments/pygments/releases/tag/${version}";
52 homepage = "https://pygments.org/";
53 description = "A generic syntax highlighter";
54 mainProgram = "pygmentize";
55 license = licenses.bsd2;
56 maintainers = with maintainers; [ ];