forked from mirrors/nixpkgs
rpackages.RcppParallel: Patch shebang
Fixes hydra build error
This commit is contained in:
parent
26291ccf34
commit
3c503aa733
|
@ -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