Merge pull request #93079 from cfhammill/cfh/fix-rPackages-RcppParallel
rPackages.RcppParallel: Patch shebang
This commit is contained in:
commit
64accdc097
1 changed files with 4 additions and 0 deletions
|
@ -705,6 +705,10 @@ let
|
|||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
RcppParallel = old.RcppParallel.overrideDerivation (attrs: {
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
ggbio = old.ggbio.overrideDerivation (attrs: {
|
||||
patches = [
|
||||
(pkgs.fetchpatch {
|
||||
|
|
Loading…
Reference in a new issue