osm2pgsql: unpin from fmt_8

This commit is contained in:
Nicolas Benes
2023-03-25 20:37:06 +01:00
parent b944d5859e
commit 42aa796562
+1 -4
View File
@@ -32086,10 +32086,7 @@ with pkgs;
oroborus = callPackage ../applications/window-managers/oroborus { };
osm2pgsql = callPackage ../tools/misc/osm2pgsql {
# fmt_9 is not supported: https://github.com/openstreetmap/osm2pgsql/issues/1859
fmt = fmt_8;
};
osm2pgsql = callPackage ../tools/misc/osm2pgsql { };
ostinato = libsForQt5.callPackage ../applications/networking/ostinato { };