glom: switch to postgresql_11

Glom doesn't support versions above postgres11: https://gitlab.gnome.org/GNOME/glom/-/issues/9

Fixes #212991
This commit is contained in:
squalus 2023-01-27 09:52:27 -08:00
parent 42bee50625
commit e66e9c8cba

View file

@ -28,7 +28,7 @@
, isocodes
, gtksourceview
, gtksourceviewmm
, postgresql
, postgresql_11
, gobject-introspection
, yelp-tools
, wrapGAppsHook
@ -93,7 +93,7 @@ in stdenv.mkDerivation rec {
python3.pkgs.pygobject3
gtksourceview
gtksourceviewmm
postgresql # for pg_config
postgresql_11 # for pg_config
];
enableParallelBuilding = true;