diff --git a/pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch b/pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch index 70a91ceb9d9..10713b6b7aa 100644 --- a/pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch +++ b/pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch @@ -98,7 +98,7 @@ index 0f60b5b3e..9b08415e7 100644 } #[test] -+ #[cfg_attr(target_os = "linux", target_os = "macos", ignore)] ++ #[cfg_attr(any(target_os = "linux", target_os = "macos"), ignore)] fn connect_timeout_unroutable() { // this IP is unroutable, so connections should always time out, // provided the network is reachable to begin with.