1
0
Fork 1
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:
Josef Kemetmüller 2018-06-07 00:00:42 +02:00
parent 0275562a12
commit aeda45821d

View file

@ -437,6 +437,7 @@ let
KernSmooth = [ pkgs.libiconv ];
nlme = [ pkgs.libiconv ];
Matrix = [ pkgs.libiconv ];
mgcv = [ pkgs.libiconv ];
};
packagesRequireingX = [