mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
rPackages.mgcv: fix darwin build
This fixes the error: ld: library not found for -liconv
This commit is contained in:
parent
0275562a12
commit
aeda45821d
|
@ -437,6 +437,7 @@ let
|
|||
KernSmooth = [ pkgs.libiconv ];
|
||||
nlme = [ pkgs.libiconv ];
|
||||
Matrix = [ pkgs.libiconv ];
|
||||
mgcv = [ pkgs.libiconv ];
|
||||
};
|
||||
|
||||
packagesRequireingX = [
|
||||
|
|
Loading…
Reference in a new issue