Merge pull request #212992 from squalus/glom

glom: switch to postgresql_11
This commit is contained in:
Jan Tojnar 2023-01-27 20:06:45 +01:00 committed by GitHub
commit 3aa6bed5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;