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
|
90911d7834
|
postgresqlPackages.tds_fdw: 2.0.1 -> 2.0.2
https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.2
|
2020-09-27 04:20:00 +00:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Mario Rodas
|
a4d2e5edf9
|
postgresqlPackages.tds_fdw: 1.0.8 -> 2.0.1
Changelog: https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.1
|
2019-12-03 19:19:19 -05:00 |
|
danbst
|
bd331e42f5
|
postgresql/tds_fdw: mark broken for PG >= 11
The release with fix is still in alpha
https://github.com/tds-fdw/tds_fdw/releases
|
2019-08-15 01:55:06 +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 |
|
Mario Rodas
|
12ee718d19
|
postgresqlPackages: enable on platforms where PostgreSQL is supported
|
2019-05-06 06:00:00 -05:00 |
|
Steve Chávez
|
28d49431c0
|
tds_fdw: init a 1.0.8
* tds_fdw: init a 1.0.8
* Use pname
|
2019-03-12 19:38:58 -07:00 |
|