Unverified Commit ecaef165 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #247620 from dotlambda/t-rex-broken

t-rex: mark broken
parents 6ee96569 4a02f979
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@ rustPlatform.buildRustPackage rec {
    maintainers = with maintainers; [ sikmir ];
    mainProgram = "t_rex";
    platforms = platforms.unix;
    broken = true;  # https://github.com/t-rex-tileserver/t-rex/issues/302
  };
}