feat: Build against libpq 15
Signed-off-by: Wolfgang Walther <walther@technowledgy.de> Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
co-authored by
Wolfgang Walther
parent
44dd73adcc
commit
c8e4f38984
@@ -1,5 +1,8 @@
|
||||
self: super:
|
||||
{ patches }: self: super:
|
||||
# Overlay that sets the default version of PostgreSQL.
|
||||
with patches;
|
||||
{
|
||||
postgresql = super.postgresql_14;
|
||||
postgresql = super.postgresql_15.overrideAttrs ({ patches ? [ ], ... }: {
|
||||
patches = patches ++ [ postgresql-atexit ];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user