Merge pull request #163168 from azuwis/shadowsocks-rust

This commit is contained in:
Sandro 2022-03-10 11:41:38 +01:00 committed by GitHub
commit d747802b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"