gurk-rs: fix build on aarch64
This commit is contained in:
parent
98074f31c4
commit
956fe3b339
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "sha256-CEsnZ0V85eOH+bjtico5yo9kS6eMT7Dx3H6wiDUjQm4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
rm .cargo/config.toml
|
||||
'';
|
||||
|
||||
cargoHash = "sha256-z+2G/hD1zYOoJrYFB0eEP6y9MoV2OfdkJVt6je94EkU=";
|
||||
buildInputs = [ protobuf ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue