Merge pull request #235040 from infinisil/fix/cameradar

cameradar: Mark as broken
This commit is contained in:
figsoda
2023-05-30 14:58:35 -04:00
committed by GitHub
@@ -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;
};
}