mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
rPackages.Rcpp{DPR,GSL}: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
9422498ddb
commit
3362d650ea
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user