mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
go-libp2p-daemon: unbreak
This commit is contained in:
parent
ebfdb5f441
commit
eac5e81a68
|
@ -16,9 +16,6 @@ buildGoModule rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
# Won't build with Go >1.20 because of outdated quic-go dependency and interface mismatches on update.
|
|
||||||
# https://github.com/libp2p/go-libp2p-daemon/issues/291
|
|
||||||
broken = true;
|
|
||||||
description = "Libp2p-backed daemon wrapping the functionalities of go-libp2p for use in other languages";
|
description = "Libp2p-backed daemon wrapping the functionalities of go-libp2p for use in other languages";
|
||||||
homepage = "https://github.com/libp2p/go-libp2p-daemon";
|
homepage = "https://github.com/libp2p/go-libp2p-daemon";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in a new issue