mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
shadowsocks-rust: fixup after https://github.com/NixOS/nixpkgs/pull/214126
when using rustPlatform.buildRustPackage instead of stdenv.mkDerivation, cargoBuildFeatures is silently overridden by buildFeatures
This commit is contained in:
parent
2853567de5
commit
7addad2d7c
@ -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 New Issue
Block a user