Commit 956fe3b3 authored by Mario Rodas's avatar Mario Rodas
Browse files

gurk-rs: fix build on aarch64

parent 98074f31
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@ rustPlatform.buildRustPackage rec {
    sha256 = "sha256-CEsnZ0V85eOH+bjtico5yo9kS6eMT7Dx3H6wiDUjQm4=";
  };

  postPatch = ''
    rm .cargo/config.toml
  '';

  cargoHash = "sha256-z+2G/hD1zYOoJrYFB0eEP6y9MoV2OfdkJVt6je94EkU=";
  buildInputs = [ protobuf ];