3
0
Fork 0
forked from mirrors/nixpkgs

go-chromecast: mark broken

This commit is contained in:
zowoq 2022-10-25 09:25:33 +10:00
parent 355ad731e4
commit 618cb7fa46
2 changed files with 2 additions and 4 deletions

View file

@ -20,5 +20,6 @@ buildGoModule rec {
description = "CLI for Google Chromecast, Home devices and Cast Groups";
license = licenses.asl20;
maintainers = with maintainers; [ marsam ];
broken = true; # build fails with go > 1.17
};
}

View file

@ -4143,10 +4143,7 @@ with pkgs;
gdu = callPackage ../tools/system/gdu { };
go-chromecast = callPackage ../applications/video/go-chromecast {
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
buildGoModule = buildGo117Module;
};
go-chromecast = callPackage ../applications/video/go-chromecast { };
go-containerregistry = callPackage ../development/tools/go-containerregistry { };
inherit (go-containerregistry) crane gcrane;