diff options
| author | Silvan Mosberger <silvan.mosberger@tweag.io> | 2023-05-30 19:51:10 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-30 18:59:10 +0000 |
| commit | 836e08d4a37e0f6d13faab56260daa673c505f88 (patch) | |
| tree | 394d62b7f2927d425d74927a6914c8708d6ca952 | |
| parent | Merge pull request #235018 from NixOS/backport-235005-to-release-23.05 (diff) | |
| download | nixpkgs-836e08d4a37e0f6d13faab56260daa673c505f88.tar.gz | |
cameradar: Mark as broken
(cherry picked from commit 5041790beb39c41f252e96e985d6e97113ae09b2)
| -rw-r--r-- | pkgs/tools/security/cameradar/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/security/cameradar/default.nix b/pkgs/tools/security/cameradar/default.nix index 950132ea0b8b..4a351a696f0f 100644 --- a/pkgs/tools/security/cameradar/default.nix +++ b/pkgs/tools/security/cameradar/default.nix @@ -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; }; } |
