rPackages.nlme: fix darwin build

This fixes the error:
    ld: library not found for -liconv
This commit is contained in:
Josef Kemetmüller 2018-06-06 23:59:09 +02:00
parent e023f117f8
commit d8ad2ad916

View file

@ -435,6 +435,7 @@ let
mzR = [ pkgs.netcdf ];
cluster = [ pkgs.libiconv ];
KernSmooth = [ pkgs.libiconv ];
nlme = [ pkgs.libiconv ];
};
packagesRequireingX = [