rPackages.fio: fixed build

This commit is contained in:
Bruno Rodrigues
2025-04-17 13:50:53 +02:00
parent 7bcd11966b
commit bd5144b6ff
+8
View File
@@ -787,6 +787,10 @@ let
libtiff
curl
];
fio = with pkgs; [
cargo
rustc
];
strawr = with pkgs; [ curl.dev ];
string2path = [ pkgs.cargo ];
terra = with pkgs; [
@@ -1733,6 +1737,10 @@ let
'';
});
fio = old.fio.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
alcyon = old.alcyon.overrideAttrs (attrs: {
configureFlags = [
"--enable-force-openmp"