rPackages.cluster: 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:57:08 +02:00
parent 1d1a4bfb39
commit 5d092b3052

View file

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