mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
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";
|
||||
});
|
||||
|
||||
RcppParallel = old.RcppParallel.overrideDerivation (attrs: {
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
ggbio = old.ggbio.overrideDerivation (attrs: {
|
||||
patches = [
|
||||
(pkgs.fetchpatch {
|
||||
|
Loading…
Reference in New Issue
Block a user