summaryrefslogtreecommitdiff
path: root/pkgs/servers/http/apache-modules/mod_tile
AgeCommit message (Collapse)Author
2025-12-17apacheHttpdPackages.mod_tile: 0.7.2 -> 0.8.1thesn10
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-01-04treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-07-07apacheHttpdPackages.mod_tile: 0.7.1 -> 0.7.2David Hummel
2024-06-17apacheHttpdPackages.mod_tile: Support for Mapnik >=v4.0.0-rc2David Hummel
2024-05-23pkgs/servers: remove licenses.gpl2Jussi Kuokkanen
2024-03-22apacheHttpdPackages.mod_tile: 0.7.0 -> 0.7.1Anthony Roussel
https://github.com/openstreetmap/mod_tile/releases/tag/v0.7.1 https://github.com/openstreetmap/mod_tile/compare/v0.7.0...v0.7.1
2024-03-22apacheHttpdPackages.mod_tile: add passthru.updateScriptAnthony Roussel
2024-01-12mod_tile: 0.6.1+unstable=2023-03-09 -> 0.7.0David Hummel
2023-06-05mod_tile: testing enabledHummeltech
It looks like the commit used to build `mapnik` was just missing some additional variable definitions in `libmapnik.pc` which are relied upon by the commit used to build `mod_tile`
2023-03-16apacheHttpdPackages.mod_tile: Update and use cmake to build mod_tile.so and ↵Jacek Galowicz
renderd
2022-12-14apacheHttpdPackages.mod_tile fixTaeer Bar-Yam
2022-05-14apacheHttpdPackages.mod_tile: pull upstream fix for -fno-commonSergei Trofimovich
Without che change build on upstream gcc-10 fails as: ld: src/renderd-gen_tile.o:/build/source/includes/daemon.h:48: multiple definition of `render_request_queue'; src/daemon.o:/build/source/includes/daemon.h:48: first defined here
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2019-11-01apacheHttpdPackage.mod_tile: init at unstable-2017-01-08Joseph Lukasik