mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
rPackages.BigDataStatMeth: fix build
This commit is contained in:
@@ -467,6 +467,7 @@ let
|
||||
which
|
||||
];
|
||||
bio3d = [ pkgs.zlib ];
|
||||
BigDataStatMeth = [ pkgs.pkg-config ];
|
||||
BiocCheck = [ pkgs.which ];
|
||||
Biostrings = [ pkgs.zlib ];
|
||||
blosc = [ pkgs.pkg-config ];
|
||||
@@ -1549,6 +1550,7 @@ let
|
||||
PROJ = [ pkgs.proj.dev ];
|
||||
RcppAlgos = [ pkgs.gmp.dev ];
|
||||
RcppBigIntAlgos = [ pkgs.gmp.dev ];
|
||||
BigDataStatMeth = [ pkgs.zlib ];
|
||||
spaMM = [ pkgs.gsl ];
|
||||
shrinkTVP = [ pkgs.gsl ];
|
||||
sbrl = with pkgs; [
|
||||
@@ -3163,6 +3165,10 @@ let
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
BigDataStatMeth = old.BigDataStatMeth.overrideAttrs (_: {
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
RPesto = old.RPesto.overrideAttrs (_: {
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user