10 src = fetchFromGitHub {
14 hash = "sha256-TylMgb2EI52uFmVeMJiQltgNCSh6MutFwUjsYC7gfEA=";
17 npmDepsHash = "sha256-8M9hze71bQWhyxcXeI/EOr0SQ+tx8Lb9LfvnGxYYo0A=";
22 changelog = "https://github.com/mapbox/carto/blob/${src.rev}/CHANGELOG.md";
23 description = "Mapnik stylesheet compiler";
24 homepage = "https://github.com/mapbox/carto";
25 license = lib.licenses.asl20;
26 mainProgram = "carto";
27 maintainers = with lib.maintainers; [ Luflosi ];