Skip to content

Commit

Permalink
Merge pull request #231507 from hmenke/shadowsocks-v2ray-plugin-1
Browse files Browse the repository at this point in the history
shadowsocks-v2ray-plugin: mark as broken
  • Loading branch information
mweinelt authored May 12, 2023
2 parents 1cc24f8 + bd2073f commit 028f97e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildGoModule rec {
license = licenses.mit;
maintainers = [ maintainers.ahrzb ];
mainProgram = "v2ray-plugin";
broken = true; # build fails with go > 1.17
};
}

0 comments on commit 028f97e

Please sign in to comment.