mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
commit
ef3fe254f3
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
# upstream uses lld on aarch64-darwin for faster builds
|
# upstream uses lld on aarch64-darwin for faster builds
|
||||||
# within nix lld looks for CoreFoundation rather than CoreFoundation.tbd and fails
|
# within nix lld looks for CoreFoundation rather than CoreFoundation.tbd and fails
|
||||||
substituteInPlace .cargo/config --replace '"-C", "link-arg=-fuse-ld=lld"' ""
|
substituteInPlace .cargo/config.toml --replace '"-C", "link-arg=-fuse-ld=lld"' ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Install completions post-install
|
# Install completions post-install
|
||||||
|
Loading…
Reference in New Issue
Block a user