mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
coyim: mark as broken
doesn't build with a supported version of `go`
This commit is contained in:
parent
66d547dec8
commit
d9e4b9e3f5
@ -23,5 +23,6 @@ buildGoPackage rec {
|
||||
homepage = "https://coy.im/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
broken = true; #fails to build with go >= 1.16
|
||||
};
|
||||
}
|
||||
|
@ -24899,9 +24899,7 @@ with pkgs;
|
||||
|
||||
coursera-dl = callPackage ../applications/misc/coursera-dl {};
|
||||
|
||||
coyim = callPackage ../applications/networking/instant-messengers/coyim {
|
||||
buildGoPackage = buildGo115Package;
|
||||
};
|
||||
coyim = callPackage ../applications/networking/instant-messengers/coyim { };
|
||||
|
||||
cozy-drive = callPackage ../applications/networking/cozy-drive {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user