pg_featureserv: pin to go 1.17

This commit is contained in:
Sandro Jäckel 2022-07-13 14:06:42 +02:00 committed by Sandro Jäckel
parent c5f8c9bd8c
commit 7a93c88e80
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -23181,7 +23181,9 @@ with pkgs;
mbtileserver = callPackage ../servers/geospatial/mbtileserver { };
pg_featureserv = callPackage ../servers/geospatial/pg_featureserv { };
pg_featureserv = callPackage ../servers/geospatial/pg_featureserv {
buildGoModule = buildGo117Module;
};
pg_tileserv = callPackage ../servers/geospatial/pg_tileserv { };