Merge pull request #180050 from schuelermine/fix/deno

deno: fix build

authored by

Bobby Rong and committed by
GitHub
ef3fe254 5d9b21d7

+1 -1
+1 -1
pkgs/development/web/deno/default.nix
··· 29 29 postPatch = '' 30 30 # upstream uses lld on aarch64-darwin for faster builds 31 31 # within nix lld looks for CoreFoundation rather than CoreFoundation.tbd and fails 32 - substituteInPlace .cargo/config --replace '"-C", "link-arg=-fuse-ld=lld"' "" 32 + substituteInPlace .cargo/config.toml --replace '"-C", "link-arg=-fuse-ld=lld"' "" 33 33 ''; 34 34 35 35 # Install completions post-install