rPackages.mgcv: fix darwin build
This fixes the error: ld: library not found for -liconv
This commit is contained in:
parent
0275562a12
commit
aeda45821d
@ -437,6 +437,7 @@ let
|
||||
KernSmooth = [ pkgs.libiconv ];
|
||||
nlme = [ pkgs.libiconv ];
|
||||
Matrix = [ pkgs.libiconv ];
|
||||
mgcv = [ pkgs.libiconv ];
|
||||
};
|
||||
|
||||
packagesRequireingX = [
|
||||
|
Loading…
Reference in New Issue
Block a user