rPackages.Matrix: 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:07 +02:00
parent d8ad2ad916
commit 0275562a12

View File

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