Unverified Commit 6d633268 authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

Merge pull request #235047 from NixOS/backport-235040-to-release-23.05

[Backport release-23.05] cameradar: Mark as broken
parents d2bb180e 836e08d4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,5 +37,9 @@ buildGoModule rec {
    homepage = "https://github.com/Ullaakut/cameradar";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
    # Upstream issue, doesn't build with latest curl, see
    # https://github.com/Ullaakut/cameradar/issues/320
    # https://github.com/andelf/go-curl/issues/84
    broken = true;
  };
}