Commit graph

18 commits

Author SHA1 Message Date
Mario Rodas ada45d2a9b postgresql11Packages.pgrouting: update license 2021-01-31 01:55:32 +00:00
R. RyanTM 38df477aa7 postgresql11Packages.pgrouting: 3.1.2 -> 3.1.3 2021-01-31 01:55:31 +00:00
R. RyanTM d56049ea97 postgresql11Packages.pgrouting: 3.1.1 -> 3.1.2 2021-01-21 00:51:29 +00: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
Mario Rodas 0dd8d4d878 postgresqlPackages.pgrouting: 3.1.0 -> 3.1.1
https://github.com/pgRouting/pgrouting/releases/tag/v3.1.1
2020-11-21 04:20:00 +00:00
R. RyanTM 8c86aafbfe postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0 2020-08-27 05:03:35 +00:00
R. RyanTM 846baaa1cd postgresql11Packages.pgrouting: 3.0.1 -> 3.0.2 2020-08-07 01:28:10 +00:00
R. RyanTM 1441467015 postgresql11Packages.pgrouting: 3.0.0 -> 3.0.1 2020-07-10 05:59:20 +00:00
Mario Rodas 6fcae88f9a
postgresqlPackages.pgrouting: remove unneeded dependencies
These dependencies were removed in https://github.com/pgRouting/pgrouting/pull/1188
2020-05-23 04:20:00 -05:00
R. RyanTM 6aefe6c171 postgresql11Packages.pgrouting: 2.6.3 -> 3.0.0 2020-05-23 05:03:07 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas b41d1ca5cb
Merge pull request #68652 from marsam/update-pgrouting
postgresqlPackages.pgrouting: 2.6.2 -> 2.6.3
2019-09-13 23:15:17 -05:00
Mario Rodas 8773f20845
postgresqlPackages.pgrouting: add platforms 2019-09-13 04:22:00 -05:00
Mario Rodas 7fc606065c
postgresqlPackages.pgrouting: 2.6.2 -> 2.6.3
Changelog: https://github.com/pgRouting/pgrouting/releases/tag/v2.6.3
2019-09-13 04:20:00 -05:00
Danylo Hlynskyi 475f1ebd98
Merge branch 'master' into postgresql-plugins-bin 2019-07-16 11:32:52 +03:00
Erlend Hamberg 80aadbec60
Install postgresql extensions under $out/share/postgresql
This fixes extensions after #62271 moved files from `$out/share` to
`$out/share/postgresql`.
2019-07-01 16:24:44 +02:00
Bas van Dijk 517c52ec2e
postgresql: always create the $out/bin directory
This is needed because some PostgreSQL plugins don't have a bin
directory. If only these plugins are listed in cfg.extraPlugins buildEnv
will turn $out/bin into a symbolic link to ${pg}/bin. Lateron we try to
rm $out/bin/{pg_config,postgres,pg_ctl} which will then fail because
$out/bin will be read-only.
2019-05-04 14:11:52 -05:00
steve-chavez 1f69a954e6 pgrouting: init at 2.6.2
* Remove configurePhase and gcc. Move perl dependency
* Shorten github rev
* Add $out/bin workaround
2019-04-15 18:24:45 -05:00