mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
go-libp2p-daemon: mark broken
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
85667e4ffb
commit
4711567ab1
|
@ -16,6 +16,10 @@ 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 = "a 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;
|
||||
maintainers = with maintainers; [ fare ];
|
||||
|
|
|
@ -31014,9 +31014,7 @@ with pkgs;
|
|||
|
||||
gigalixir = callPackage ../tools/misc/gigalixir { };
|
||||
|
||||
go-libp2p-daemon = callPackage ../servers/go-libp2p-daemon {
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
go-libp2p-daemon = callPackage ../servers/go-libp2p-daemon { };
|
||||
|
||||
go-motion = callPackage ../development/tools/go-motion { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue