Merge pull request #217267 from NickCao/ss-rust
shadowsocks-rust: fixup after #214126
This commit is contained in:
commit
dec0b9d759
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = lib.optionals stdenv.isLinux [ openssl ]
|
||||
++ lib.optionals stdenv.isDarwin [ Security CoreServices ];
|
||||
|
||||
cargoBuildFeatures = [
|
||||
buildFeatures = [
|
||||
"trust-dns"
|
||||
"local-http-native-tls"
|
||||
"local-tunnel"
|
||||
|
|
Loading…
Reference in a new issue