distant: fix on aarch64-linux

This commit is contained in:
Gaetan Lepage
2025-03-01 22:21:33 +01:00
parent 22d52eb361
commit 03916a2f78
+5
View File
@@ -21,6 +21,11 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-DcnleJUAeYg3GSLZljC3gO9ihiFz04dzT/ddMnypr48=";
};
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''
rm .cargo/config.toml
'';
useFetchCargoVendor = true;
cargoHash = "sha256-HEyPfkusgk8JEYAzIS8Zj5EU0MK4wt4amlsJqBEG/Kc=";