mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
go-chromecast: fix build
"go test" fails with go 1.23 use buildGo122Module for now.
This commit is contained in:
parent
e5cbc1bf65
commit
f23fe574f8
@ -1,10 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo122Module,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
# "go test" fails with go 1.23
|
||||
buildGo122Module rec {
|
||||
pname = "go-chromecast";
|
||||
version = "0.3.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user