mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 ];
|
||||
mzR = [ pkgs.netcdf ];
|
||||
cluster = [ pkgs.libiconv ];
|
||||
KernSmooth = [ pkgs.libiconv ];
|
||||
};
|
||||
|
||||
packagesRequireingX = [
|
||||
|
Loading…
Reference in New Issue
Block a user