tippecanoe: mark broken on darwin as well

(cherry picked from commit c312ae98a1)
This commit is contained in:
Rick van Schijndel
2022-05-29 10:22:49 +02:00
committed by Janne Heß
parent 744167bc9e
commit 5874279f95

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;
};
}