glom: bump to latest postgresql dependency

This commit is contained in:
Wolfgang Walther
2025-03-14 19:03:07 +01:00
parent 96f4a027ad
commit bd3c8343e5
+3 -3
View File
@@ -31,7 +31,7 @@
isocodes,
gtksourceview,
gtksourceviewmm,
postgresql_15,
postgresql,
gobject-introspection,
yelp-tools,
wrapGAppsHook3,
@@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
isocodes
gtksourceview
gtksourceviewmm
postgresql_15 # for postgresql utils
postgresql # for postgresql utils
];
enableParallelBuilding = true;
@@ -128,7 +128,7 @@ stdenv.mkDerivation (finalAttrs: {
configureFlags = [
"--with-boost-python=boost_python${lib.versions.major python311.version}${lib.versions.minor python311.version}"
"--with-postgres-utils=${lib.getBin postgresql_15}/bin"
"--with-postgres-utils=${lib.getBin postgresql}/bin"
];
makeFlags = [