Unverified Commit 50cee22c authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

rPackages.fio: fixed build (#399450)

parents 07c1677f bd5144b6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"