Merge pull request #306081 from b-rodrigues/fix_surtvep

rPackages.surtvep: fixed build
This commit is contained in:
Weijia Wang 2024-04-27 06:07:25 +02:00 committed by GitHub
commit 017d66386c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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