16 Commits

Author SHA1 Message Date
thesn10 f524703b5b apacheHttpdPackages.mod_tile: 0.7.2 -> 0.8.1 2025-12-17 16:25:35 +01:00
Ihar Hrachyshka 567e8dfd8e treewide: clean up 'meta = with' pattern
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-12-10 18:09:49 +01:00
Peder Bergebakken Sundt 0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
Silvan Mosberger 4f0dadbf38 treewide: format all inactive Nix files
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 b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
David Hummel 7530892b4a apacheHttpdPackages.mod_tile: 0.7.1 -> 0.7.2 2024-07-07 12:12:10 -07:00
David Hummel fd669cd8a2 apacheHttpdPackages.mod_tile: Support for Mapnik >=v4.0.0-rc2 2024-06-17 19:55:42 -07:00
Jussi Kuokkanen 8064d28a4f pkgs/servers: remove licenses.gpl2 2024-05-23 11:49:42 +03:00
Anthony Roussel 75d65a2b68 apacheHttpdPackages.mod_tile: 0.7.0 -> 0.7.1
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-22 13:09:13 +01:00
Anthony Roussel d27284b103 apacheHttpdPackages.mod_tile: add passthru.updateScript 2024-03-22 13:09:12 +01:00
David Hummel 52c3d54be7 mod_tile: 0.6.1+unstable=2023-03-09 -> 0.7.0 2024-01-12 23:25:18 +01:00
Hummeltech a7fc0b6e70 mod_tile: testing enabled
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-06-05 16:18:21 -07:00
Jacek Galowicz 40fa259b7e apacheHttpdPackages.mod_tile: Update and use cmake to build mod_tile.so and renderd 2023-03-16 10:40:43 +01:00
Taeer Bar-Yam 30f13efe8d apacheHttpdPackages.mod_tile fix 2022-12-14 13:47:50 -05:00
Sergei Trofimovich 5f137cf5b7 apacheHttpdPackages.mod_tile: pull upstream fix for -fno-common
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
2022-05-14 12:59:05 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Joseph Lukasik babd3f7747 apacheHttpdPackage.mod_tile: init at unstable-2017-01-08 2019-11-01 22:52:14 -07:00