1
0
Fork 1
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:
Weijia Wang 2024-07-03 00:34:26 +02:00
parent ebfdb5f441
commit eac5e81a68

View file

@ -16,9 +16,6 @@ buildGoModule rec {
doCheck = false;
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";
homepage = "https://github.com/libp2p/go-libp2p-daemon";
license = licenses.mit;