Merge pull request #93079 from cfhammill/cfh/fix-rPackages-RcppParallel
rPackages.RcppParallel: Patch shebang
This commit is contained in:
commit
64accdc097
@ -705,6 +705,10 @@ let
|
|||||||
preConfigure = "patchShebangs configure";
|
preConfigure = "patchShebangs configure";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
RcppParallel = old.RcppParallel.overrideDerivation (attrs: {
|
||||||
|
preConfigure = "patchShebangs configure";
|
||||||
|
});
|
||||||
|
|
||||||
ggbio = old.ggbio.overrideDerivation (attrs: {
|
ggbio = old.ggbio.overrideDerivation (attrs: {
|
||||||
patches = [
|
patches = [
|
||||||
(pkgs.fetchpatch {
|
(pkgs.fetchpatch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user