oku: generalize executable

Binary cache from https://hydra.nixos.org/build/301557563
coredumps on non-AVX-512 devices.

Improved this comment by Prince213

Co-authored-by: Sizhe Zhao <prc.zhao@outlook.com>
This commit is contained in:
Kenichi Kamiya
2025-07-09 15:13:19 +09:00
parent 6ec4d5f023
commit 234af4161b
+6
View File
@@ -25,6 +25,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
hash = "sha256-utbey8DFXUWU6u2H2unNjCHE3/bwhPdrxAOApC+unGA=";
};
# Avoiding optimizations for reproducibility
prePatch = ''
substituteInPlace .cargo/config.toml \
--replace-fail '"-C", "target-cpu=native", ' ""
'';
cargoHash = "sha256-rwf9jdr+RDpUcTEG7Xhpph0zuyz6tdFx6hWEZRuxkTY=";
nativeBuildInputs = [