Merge pull request #231507 from hmenke/shadowsocks-v2ray-plugin-1

shadowsocks-v2ray-plugin: mark as broken
This commit is contained in:
Martin Weinelt 2023-05-12 22:01:10 +02:00 committed by GitHub
commit 028f97e3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ buildGoModule rec {
license = licenses.mit;
maintainers = [ maintainers.ahrzb ];
mainProgram = "v2ray-plugin";
broken = true; # build fails with go > 1.17
};
}