magnetico: mark broken
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
@@ -36,8 +36,10 @@ buildGoModule rec {
|
||||
passthru.tests = { inherit (nixosTests) magnetico; };
|
||||
|
||||
meta = with lib; {
|
||||
# Build fails with Go >=1.21, couldn't be fixed by updating module dependencies.
|
||||
broken = true;
|
||||
description = "Autonomous (self-hosted) BitTorrent DHT search engine suite";
|
||||
homepage = "https://github.com/boramalper/magnetico";
|
||||
homepage = "https://github.com/ireun/magnetico";
|
||||
license = licenses.agpl3;
|
||||
badPlatforms = platforms.darwin;
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
|
||||
@@ -33087,9 +33087,7 @@ with pkgs;
|
||||
|
||||
markscribe = callPackage ../tools/text/markscribe { };
|
||||
|
||||
magnetico = callPackage ../applications/networking/p2p/magnetico {
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
magnetico = callPackage ../applications/networking/p2p/magnetico { };
|
||||
|
||||
mastodon-bot = nodePackages.mastodon-bot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user