mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
postgresqlPackages: enable update scripts by default
This enables update scripts via buildPostgresqlExtension. Extensions must actively opt-out, if they don't support either the default configuration or the unstable configuration. To make the update script work, some extensions had to be changed to pull their code from GitHub instead. Those with PostgreSQL-style version tags (REL_X_Y) had to be changed to make src.rev the source of truth.
This commit is contained in:
parent
e3ae6ff898
commit
68254e438c
13 changed files with 114 additions and 76 deletions
|
@ -36,6 +36,7 @@ buildPostgresqlExtension (finalAttrs: {
|
|||
runHook postPatch
|
||||
'';
|
||||
|
||||
enableUpdateScript = false;
|
||||
passthru.tests.extension = postgresqlTestExtension {
|
||||
inherit (finalAttrs) finalPackage;
|
||||
sql = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue