rPackages.mgcv: fix darwin build

This fixes the error:
    ld: library not found for -liconv
This commit is contained in:
Josef Kemetmüller 2018-06-07 00:00:42 +02:00
parent 0275562a12
commit aeda45821d

View File

@ -437,6 +437,7 @@ let
KernSmooth = [ pkgs.libiconv ];
nlme = [ pkgs.libiconv ];
Matrix = [ pkgs.libiconv ];
mgcv = [ pkgs.libiconv ];
};
packagesRequireingX = [