forked from mirrors/nixpkgs
go-chromecast: mark broken
This commit is contained in:
parent
355ad731e4
commit
618cb7fa46
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue