Commit bd5144b6 authored by Bruno Rodrigues's avatar Bruno Rodrigues
Browse files

rPackages.fio: fixed build

parent 7bcd1196
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"