diff --git a/pkgs/by-name/de/deno/librusty_v8.nix b/pkgs/by-name/de/deno/librusty_v8.nix index bb03c5ff2090..24f839daf75f 100644 --- a/pkgs/by-name/de/deno/librusty_v8.nix +++ b/pkgs/by-name/de/deno/librusty_v8.nix @@ -159,6 +159,8 @@ rustPlatform.buildRustPackage (finalAttrs: { runHook postInstall ''; + requiredSystemFeatures = [ "big-parallel" ]; + meta = { description = "Rust bindings for the V8 JavaScript engine"; homepage = "https://github.com/denoland/rusty_v8";