Unverified Commit 017d6638 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #306081 from b-rodrigues/fix_surtvep

rPackages.surtvep: fixed build
parents 0921e1c7 7eaa9b1e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1112,6 +1112,10 @@ let
      postPatch = "patchShebangs configure";
    });

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

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