Merge pull request #163168 from azuwis/shadowsocks-rust
This commit is contained in:
commit
d747802b23
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices libiconv ];
|
||||
|
||||
cargoBuildFlags = [
|
||||
"--features=aead-cipher-extra,local-dns,local-http-native-tls,local-redir,local-tun"
|
||||
];
|
||||
|
||||
# all of these rely on connecting to www.example.com:80
|
||||
checkFlags = [
|
||||
"--skip=http_proxy"
|
||||
|
|
Loading…
Reference in a new issue