rPackages.KernSmooth: 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:58:15 +02:00
parent 5d092b3052
commit e023f117f8

View File

@ -434,6 +434,7 @@ let
dti = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
mzR = [ pkgs.netcdf ];
cluster = [ pkgs.libiconv ];
KernSmooth = [ pkgs.libiconv ];
};
packagesRequireingX = [