Commit 7eaa9b1e authored by Bruno Rodrigues's avatar Bruno Rodrigues
Browse files

rPackages.surtvep: fixed build

parent 1e1dc66f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1104,6 +1104,10 @@ let
      postPatch = "patchShebangs configure";
    });

   surtvep = old.surtvep.overrideAttrs (attrs: {
      postPatch = "patchShebangs configure";
    });

    purrr = old.purrr.overrideAttrs (attrs: {
      patchPhase = "patchShebangs configure";
    });