rpackages.RcppParallel: Patch shebang

Fixes hydra build error
This commit is contained in:
cfhammill 2020-07-13 14:12:49 -04:00
parent 26291ccf34
commit 3c503aa733

View file

@ -705,6 +705,10 @@ let
preConfigure = "patchShebangs configure";
});
RcppParallel = old.RcppParallel.overrideDerivation (attrs: {
preConfigure = "patchShebangs configure";
});
ggbio = old.ggbio.overrideDerivation (attrs: {
patches = [
(pkgs.fetchpatch {