From 5ca96a0345d796f0b05c2587360de4a55ade5501 Mon Sep 17 00:00:00 2001 From: Mynacol Date: Thu, 30 Apr 2026 15:08:00 +0000 Subject: [PATCH] deno: Drop unneeded build flag This build flag is not exposed by GN, hence it cannot actually be set. I originally thought it is needed so that the rust parts after enabling the temporal api can be successfully built. --- pkgs/by-name/de/deno/rusty-v8/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/de/deno/rusty-v8/default.nix b/pkgs/by-name/de/deno/rusty-v8/default.nix index ee70ced5226a..c93f2117b36b 100644 --- a/pkgs/by-name/de/deno/rusty-v8/default.nix +++ b/pkgs/by-name/de/deno/rusty-v8/default.nix @@ -132,7 +132,6 @@ rustPlatform.buildRustPackage (finalAttrs: { "rustc_version=\"${rustc.version}\"" "rust_sysroot_absolute=\"${rustToolchain}\"" "rust_bindgen_root=\"${rustToolchain}\"" - "use_chromium_rust_toolchain=true" # To accomodate our newer rustc compiler "removed_rust_stdlib_libs=[\"adler\"]" "added_rust_stdlib_libs=[\"adler2\"]"