cameradar: unbreak

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-07-25 18:10:12 +02:00
parent 716cca5613
commit d9931a5695
-6
View File
@@ -30,8 +30,6 @@ buildGoModule rec {
subPackages = [
"cmd/cameradar"
];
# At least one test is outdated
#doCheck = false;
meta = {
description = "RTSP stream access tool";
@@ -39,9 +37,5 @@ buildGoModule rec {
changelog = "https://github.com/Ullaakut/cameradar/releases/tag/v${version}";
license = with lib.licenses; [ mit ];
maintainers = with lib.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;
};
}