rPackages.fio: fixed build (#399450)

This commit is contained in:
Justin Bedő
2025-04-18 17:02:31 +10:00
committed by GitHub
+8
View File
@@ -789,6 +789,10 @@ let
libtiff
curl
];
fio = with pkgs; [
cargo
rustc
];
strawr = with pkgs; [ curl.dev ];
string2path = [ pkgs.cargo ];
terra = with pkgs; [
@@ -1742,6 +1746,10 @@ let
'';
});
fio = old.fio.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
alcyon = old.alcyon.overrideAttrs (attrs: {
configureFlags = [
"--enable-force-openmp"