Commit d9931a56 authored by Paul Meyer's avatar Paul Meyer
Browse files

cameradar: unbreak

parent 716cca56
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;
  };
}