rpackages.RcppParallel: Patch shebang

Fixes hydra build error
This commit is contained in:
cfhammill
2020-07-13 14:21:34 -04:00
parent 26291ccf34
commit 3c503aa733
+4
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 {