0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

postgresqlPackages: rename buildPostgresqlExtension to postgresqlBuildExtension

This is for consistency with postgresqlTestExtension and
postgresqlTestHook. Everything that is passed via postgresql's
generic.nix "packages scope" now is prefixed with "postgresql".
This commit is contained in:
Wolfgang Walther 2025-03-16 21:28:21 +01:00
parent 6e0738b8c2
commit 72b8186ff7
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
58 changed files with 115 additions and 115 deletions

View file

@ -1,9 +1,9 @@
{
boost186,
buildPostgresqlExtension,
fetchFromGitHub,
lib,
postgresql,
postgresqlBuildExtension,
postgresqlTestExtension,
stdenv,
}:
@ -28,7 +28,7 @@ let
};
in
buildPostgresqlExtension (finalAttrs: {
postgresqlBuildExtension (finalAttrs: {
pname = "apache_datasketches";
inherit version;