uutils-coreutils: fix for aarch64-linux

This commit is contained in:
Gaetan Lepage
2025-11-10 08:54:08 +00:00
parent 3aaa1b52b2
commit 9ddf5e6f3d
@@ -30,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-4C4i3oHw9WHwuq9DOufRvc/tOdwqHmYF/gUr2VkRmwM=";
};
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''
rm .cargo/config.toml
'';
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
name = "uutils-coreutils-${finalAttrs.version}";