Merge pull request #289828 from b-rodrigues/fix_rationalmatrix

rPackages.RationalMatrix: added deps
This commit is contained in:
Weijia Wang 2024-03-08 20:52:07 +01:00 committed by GitHub
commit c3d7412f3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -512,6 +512,7 @@ let
RDieHarder = [ pkgs.gsl ];
QF = [ pkgs.gsl ];
PICS = [ pkgs.gsl ];
RationalMatrix = [ pkgs.pkg-config pkgs.gmp.dev];
RcppCWB = [ pkgs.pkg-config pkgs.pcre2 ];
redux = [ pkgs.pkg-config ];
rrd = [ pkgs.pkg-config ];