cameradar: Mark as broken
This commit is contained in:
parent
f02d95cb2f
commit
5041790beb
1 changed files with 4 additions and 0 deletions
|
@ -37,5 +37,9 @@ buildGoModule rec {
|
||||||
homepage = "https://github.com/Ullaakut/cameradar";
|
homepage = "https://github.com/Ullaakut/cameradar";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue