Merge pull request #235040 from infinisil/fix/cameradar

cameradar: Mark as broken

authored by figsoda and committed by GitHub b3935e16 224d494f

+4
+4
pkgs/tools/security/cameradar/default.nix
··· 37 37 homepage = "https://github.com/Ullaakut/cameradar"; 38 38 license = with licenses; [ mit ]; 39 39 maintainers = with maintainers; [ fab ]; 40 + # Upstream issue, doesn't build with latest curl, see 41 + # https://github.com/Ullaakut/cameradar/issues/320 42 + # https://github.com/andelf/go-curl/issues/84 43 + broken = true; 40 44 }; 41 45 }