rPackages.surtvep: fixed build

This commit is contained in:
Bruno Rodrigues 2024-04-22 20:33:47 +02:00
parent 1e1dc66fe6
commit 7eaa9b1e27
1 changed files with 4 additions and 0 deletions

View File

@ -1104,6 +1104,10 @@ let
postPatch = "patchShebangs configure";
});
surtvep = old.surtvep.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
purrr = old.purrr.overrideAttrs (attrs: {
patchPhase = "patchShebangs configure";
});