summaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/browsers/chromium/patches/chromium-134-rust-adler2.patch
blob: 3487954ec9986518d13cae14f6daca0f028be2cd (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build/rust/std/BUILD.gn b/build/rust/std/BUILD.gn
index 6b996aa1fe3865187d02c017e56c0918bcc9b8f4..68b085be200fa4f116aa709b9157c4d2efdf7d6a 100644
--- a/build/rust/std/BUILD.gn
+++ b/build/rust/std/BUILD.gn
@@ -89,7 +89,7 @@ if (toolchain_has_rust) {
     # These are no longer present in the Windows toolchain.
     stdlib_files += [
       "addr2line",
-      "adler2",
+      "adler",
       "gimli",
       "libc",
       "memchr",