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:
parent
6e0738b8c2
commit
72b8186ff7
58 changed files with 115 additions and 115 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue