Unverified Commit 7ba5df2c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

proj_7: mark broken (#406657)

parents 91bc98d8 0298304b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
  doCheck = true;

  meta = with lib; {
    broken = true; # undefined reference to `TIFFReadEncodedStrip'
    description = "Cartographic Projections Library";
    homepage = "https://proj4.org";
    license = licenses.mit;