mapnik: mark as broken

It is incompatible with PROJ 8.
We cannot use proj7 because gdal has to use the same version.
This commit is contained in:
Robert Schütz 2021-09-18 17:42:58 -07:00
parent 0b97370eb9
commit c826ba3f6b

View file

@ -96,5 +96,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ hrdinka ];
license = licenses.lgpl21;
platforms = platforms.all;
# https://github.com/mapnik/mapnik/issues/4232
broken = lib.versionAtLeast proj.version "8.0.0";
};
}