gurk-rs: fix build on aarch64

This commit is contained in:
Mario Rodas 2022-10-28 04:20:00 +00:00
parent 98074f31c4
commit 956fe3b339

View file

@ -16,6 +16,10 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-CEsnZ0V85eOH+bjtico5yo9kS6eMT7Dx3H6wiDUjQm4=";
};
postPatch = ''
rm .cargo/config.toml
'';
cargoHash = "sha256-z+2G/hD1zYOoJrYFB0eEP6y9MoV2OfdkJVt6je94EkU=";
buildInputs = [ protobuf ];