rPackages.KernSmooth: fix darwin build
This fixes the error: ld: library not found for -liconv
This commit is contained in:
parent
5d092b3052
commit
e023f117f8
|
@ -434,6 +434,7 @@ let
|
||||||
dti = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
|
dti = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
|
||||||
mzR = [ pkgs.netcdf ];
|
mzR = [ pkgs.netcdf ];
|
||||||
cluster = [ pkgs.libiconv ];
|
cluster = [ pkgs.libiconv ];
|
||||||
|
KernSmooth = [ pkgs.libiconv ];
|
||||||
};
|
};
|
||||||
|
|
||||||
packagesRequireingX = [
|
packagesRequireingX = [
|
||||||
|
|
Loading…
Reference in New Issue