rPackages.Rcpp{DPR,GSL}: fix dependencies

This commit is contained in:
TomaSajt
2026-07-11 01:25:06 +02:00
committed by Michael Daniels
parent 9422498ddb
commit 3362d650ea

View File

@@ -453,8 +453,8 @@ let
pkg-config
pcre2 # for pcre2-config
];
RcppDPR = [ pkgs.gsl ];
RcppGSL = [ pkgs.gsl ];
RcppDPR = [ pkgs.gsl ]; # for gsl-config via RcppGSL
RcppGSL = [ pkgs.gsl ]; # for gsl-config
RcppMeCab = [ pkgs.pkg-config ];
RcppPlanc = with pkgs; [
which