clash-rs: clean up flags (#503314)
This commit is contained in:
@@ -35,8 +35,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
env = {
|
||||
# requires features: sync_unsafe_cell, unbounded_shifts, let_chains, ip
|
||||
RUSTC_BOOTSTRAP = 1;
|
||||
RUSTFLAGS = "--cfg tokio_unstable -A stable_features";
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
};
|
||||
|
||||
buildFeatures = [ "plus" ];
|
||||
|
||||
Reference in New Issue
Block a user