@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user