orogene: fix build

This commit is contained in:
Kenichi Kamiya
2025-05-04 13:42:36 +09:00
parent fe7e617e41
commit 822323e397
2 changed files with 3792 additions and 1 deletions
+7 -1
View File
@@ -20,8 +20,14 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};
cargoPatches = [
# Workaround to avoid "error[E0282]"
# ref: https://github.com/orogene/orogene/pull/315
./update-outdated-lockfile.patch
];
useFetchCargoVendor = true;
cargoHash = "sha256-Ju3nRevwJZfnoSqEIERkfMyg6Dy8ky53qf1ZXuAOjsw=";
cargoHash = "sha256-I08mqyogEuadp+V10svMmCm0i0zOZWiocOpM9E3lgag=";
nativeBuildInputs = [
pkg-config
File diff suppressed because it is too large Load Diff