bottom: fix build on aarch64
This commit is contained in:
parent
42cb24cec2
commit
37a9fb0a4a
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "sha256-88uEEsb+coX8PTKrem+0t5AkamCmqJsFYsENFTZSsys=";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
rm .cargo/config.toml
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.IOKit;
|
||||
|
|
Loading…
Reference in a new issue