Commit graph

24 commits

Author SHA1 Message Date
Vladimír Čunát b0fc0ba4ac
osm2pgsql: fix build with new proj
A forgotten flag, apparently.  Now it seems to be detecting
the (new) API well.
2021-07-17 10:46:09 +02:00
Fabian Affolter c0eaccb785 osm2pgsql: 1.4.2 -> 1.5.0 2021-06-21 19:50:05 +02:00
Raphael Borun Das Gupta 2d42fde815 osm2pgsql: 1.4.1 -> 1.4.2 2021-04-10 16:16:22 +02:00
Raphael Borun Das Gupta 86c854f8ab osm2pgsql: 1.4.0 -> 1.4.1 2021-02-03 22:59:12 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Raphael Borun Das Gupta 66f90ae97a osm2pgsql: 1.3.0 -> 1.4.0
and set meta.homepage to new website URL
2020-12-09 14:15:42 +01:00
R. RyanTM f04e619da9 osm2pgsql: 1.2.2 -> 1.3.0 2020-08-02 09:06:33 +00:00
Daniël de Kok bcdf475f94
Merge pull request #91743 from das-g/osm2pgsql-with-libs-from-nixpkgs
osm2pgsql: use libs from NixPkgs instead of vendored ones
2020-06-29 08:22:57 +02:00
Raphael Borun Das Gupta 928faf2b63 osm2pgsql: add myself (das-g) as additional maintainer 2020-06-29 08:08:44 +02:00
Raphael Borun Das Gupta f3ee53c715 osm2pgsql: use protozero from nixpkgs 2020-06-29 08:08:39 +02:00
Raphael Borun Das Gupta 03f13ede61 osm2pgsql: use libosmium from nixpkgs 2020-06-29 08:08:34 +02:00
Raphael Borun Das Gupta 056b0df2b6 osm2pgsql: reformat with nixpkgs-fmt 2020-06-29 00:19:38 +02:00
Raphael Borun Das Gupta 8a3419d702 osm2pgsql: 1.2.1 -> 1.2.2 2020-06-28 23:06:36 +02:00
Nikolay Korotkiy d6f5459da9
osm2pgsql: enable on darwin 2020-02-10 21:28:33 +03:00
Mario Rodas 3769f88a2a
Merge pull request #76352 from r-ryantm/auto-update/osm2pgsql
osm2pgsql: 1.2.0 -> 1.2.1
2020-01-09 05:37:55 -05:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
R. RyanTM 1875c65877 osm2pgsql: 1.2.0 -> 1.2.1 2019-12-23 20:02:01 -08:00
R. RyanTM 0dd3125ea5 osm2pgsql: 1.0.0 -> 1.2.0 2019-12-08 11:26:59 +01:00
R. RyanTM 132413ed21 osm2pgsql: 0.96.0 -> 1.0.0 (#69716)
* osm2pgsql: 0.96.0 -> 1.0.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/osm2pgsql/versions

* osm2pgsql: add jglukasik as maintainer
2019-10-13 11:37:39 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jonathan Ringer 4d91c30a4c osm2pgsql: 0.92.1-unstable -> 0.96.0 2019-07-14 09:59:26 -07:00
Tuomas Tynkkynen 4acb425c39 darwin: Disable yet another bunch of packages never having built successfully
cjdns: https://hydra.nixos.org/build/61134279
jonprl: https://hydra.nixos.org/build/61123711
mate.libmatemixer: https://hydra.nixos.org/build/61126968
dirac: https://hydra.nixos.org/build/61132432
idnkit: https://hydra.nixos.org/build/61123544
trousers: https://hydra.nixos.org/build/61109766
packetdrill: https://hydra.nixos.org/build/61116190
osm2pgsql: https://hydra.nixos.org/build/61118017
nawk: https://hydra.nixos.org/build/61139000
2017-09-22 21:16:39 +03:00
Chris Hodapp 228f33b21d osm2pgsql: init at 0.92.1-unstable 2017-04-17 16:19:41 -04:00