From a9825375d557ffaf4e1f2dcf6be746182fe4ab06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Dele=C5=84kec?= Date: Thu, 16 Apr 2026 16:23:39 +0100 Subject: [PATCH] deno: remove now upstreamed patch for aarch64-linux Fixed regression introduced by #510146 --- pkgs/by-name/de/deno/package.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/by-name/de/deno/package.nix b/pkgs/by-name/de/deno/package.nix index 763ba2d517b3..9bc16b1d77fd 100644 --- a/pkgs/by-name/de/deno/package.nix +++ b/pkgs/by-name/de/deno/package.nix @@ -47,14 +47,6 @@ rustPlatform.buildRustPackage (finalAttrs: { ./patches/0002-tests-replace-hardcoded-paths.patch ./patches/0003-tests-linux-no-chown.patch ./patches/0004-tests-darwin-fixes.patch - ] - ++ lib.optionals (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux) [ - # Fix c_char mismatch on aarch64-linux - # PR at https://github.com/denoland/deno/pull/33179 - (fetchpatch { - url = "https://github.com/denoland/deno/commit/fd331552de39501d47c43dc4b0c637b969402ab1.patch"; - hash = "sha256-AIqLbTnBO2VUFiTumEZFORqSyfzB6chdvJQq8HeAM30="; - }) ]; postPatch = '' # Use patched nixpkgs libffi in order to fix https://github.com/libffi/libffi/pull/857