Commit graph

16 commits

Author SHA1 Message Date
R. Ryantm 002f51e03d tippecanoe: 2.18.0 -> 2.19.0 2023-01-29 19:52:23 +00:00
R. Ryantm 450f6497c7 tippecanoe: 2.17.0 -> 2.18.0 2023-01-22 04:12:29 +00:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm 7741826a43 tippecanoe: 2.16.0 -> 2.17.0 2022-12-31 23:48:55 +00:00
R. Ryantm 38c026324b tippecanoe: 2.15.0 -> 2.16.0 2022-12-22 05:05:25 +00:00
R. Ryantm 0be6789850 tippecanoe: 2.13.1 -> 2.15.0 2022-12-07 02:58:53 +00:00
R. Ryantm 1fd9168913 tippecanoe: 2.13.0 -> 2.13.1 2022-11-27 10:38:14 +00:00
R. Ryantm 6b3c6dc85f tippecanoe: 2.11.0 -> 2.13.0 2022-11-20 06:37:33 +00:00
R. Ryantm 1fa1b22364 tippecanoe: 2.9.1 -> 2.11.0 2022-11-10 13:43:04 +00:00
R. Ryantm db5751c838 tippecanoe: 2.6.0 -> 2.9.1 2022-10-22 03:43:30 +00:00
Nikolay Korotkiy f10dda1a33
tippecanoe: 1.36.0 → 2.6.0 2022-09-13 18:48:00 +03:00
Rick van Schijndel c312ae98a1
tippecanoe: mark broken on darwin as well 2022-05-30 13:42:58 +02: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
Nikolay Korotkiy a3bcf4f7cb
tippecanoe: 1.35.0 -> 1.36.0 2020-09-06 15:24:28 +03:00
Nikolay Korotkiy ec85f51603 tippecanoe: 1.34.3 -> 1.35.0 2020-02-10 19:53:57 +01:00
Nikolay Korotkiy 3a7c980ba1
tippecanoe: init at 1.34.3 2019-09-09 00:29:14 +03:00