rPackages.Matrix: fix darwin build
This fixes the error: ld: library not found for -liconv
This commit is contained in:
parent
d8ad2ad916
commit
0275562a12
@ -436,6 +436,7 @@ let
|
|||||||
cluster = [ pkgs.libiconv ];
|
cluster = [ pkgs.libiconv ];
|
||||||
KernSmooth = [ pkgs.libiconv ];
|
KernSmooth = [ pkgs.libiconv ];
|
||||||
nlme = [ pkgs.libiconv ];
|
nlme = [ pkgs.libiconv ];
|
||||||
|
Matrix = [ pkgs.libiconv ];
|
||||||
};
|
};
|
||||||
|
|
||||||
packagesRequireingX = [
|
packagesRequireingX = [
|
||||||
|
Loading…
Reference in New Issue
Block a user