tippecanoe: mark broken on darwin as well

This commit is contained in:
Rick van Schijndel 2022-05-29 10:22:49 +02:00 committed by Janne Heß
parent 117ee3af2a
commit c312ae98a1
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -20,11 +20,11 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
broken = stdenv.isDarwin || stdenv.isAarch64;
description = "Build vector tilesets from large collections of GeoJSON features";
homepage = "https://github.com/mapbox/tippecanoe";
license = licenses.bsd2;
maintainers = with maintainers; [ sikmir ];
platforms = with platforms; linux ++ darwin;
broken = stdenv.hostPlatform.isAarch64;
};
}