mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +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 New Issue
Block a user