mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
pg_featureserv: pin to go 1.17
This commit is contained in:
parent
c5f8c9bd8c
commit
7a93c88e80
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user