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