buildrustcrate-aarch64: update patch
This commit is contained in:
parent
ddc00228c9
commit
e0ebec161a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ index 819c43791048..4709bac36359 100644
|
|||
+++ b/pkgs/top-level/all-packages.nix
|
||||
@@ -15505,7 +15505,7 @@ with pkgs;
|
||||
|
||||
makeRustPlatform = callPackage ../development/compilers/rust/make-rust-platform.nix {};
|
||||
makeRustPlatform = callPackage ../development/compilers/rust/make-rust-platform.nix { };
|
||||
|
||||
- buildRustCrate = callPackage ../build-support/rust/build-rust-crate { };
|
||||
+ buildRustCrate = callPackage ../build-support/rust/build-rust-crate { stdenv = if stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU then gcc11Stdenv else stdenv; };
|
||||
|
|
Loading…
Reference in a new issue