Merge pull request #306081 from b-rodrigues/fix_surtvep
rPackages.surtvep: fixed build
This commit is contained in:
@@ -1112,6 +1112,10 @@ let
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
surtvep = old.surtvep.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
purrr = old.purrr.overrideAttrs (attrs: {
|
||||
patchPhase = "patchShebangs configure";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user