diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix index 6e8dfcc023c94..ffaa711e7cd21 100644 --- a/pkgs/development/compilers/rust/rustc.nix +++ b/pkgs/development/compilers/rust/rustc.nix @@ -161,6 +161,7 @@ stdenv.mkDerivation (finalAttrs: { # Other targets that don't need any extra dependencies to build. ++ optionals (!fastCross) [ "wasm32-unknown-unknown" + "wasm32v1-none" "bpfel-unknown-none" "bpfeb-unknown-none" ]