3 Commits
Author SHA1 Message Date
Wolfgang Walther 895db8b608 postgresql.withPackages: expose tests passthru
This allows running tests for example on `orioledb`, which is not only a
`postgresql` package, but wrapped with an extension.
2026-07-12 22:19:39 +02:00
Wolfgang Walther 7d99c6e693 postgresqlPackages.{plperl,plpython3,plr}.withPackages: fix
This broke in #533324 - `postBuild` is a regular argument for
`buildEnv`, not part of `derivationArgs`.
2026-07-08 23:03:47 +02:00
Wolfgang Walther 16d53dfcf6 postgresql: move postgresqlWithPackages to separate file
Moves the function to a separate file and makes it callPackage-able. Now
that buildEnv also supports finalAttrs, the finalPackage construct can
also be rewritten that way.

This gives us clear separation of concern between the package builder in
generic.nix and wrapper.nix.
2026-07-05 14:41:40 +02:00